┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/lib/dracut/modules.d/97systemd-emergency
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: module-setup.sh
#!/usr/bin/bash # This file is part of dracut. # SPDX-License-Identifier: GPL-2.0-or-later check() { require_binaries "$systemdutildir"/systemd-sulogin-shell || return 1 return 255 } depends() { echo systemd } install() { inst_multiple -o \ "$systemdsystemunitdir"/emergency.target \ "$systemdsystemunitdir"/emergency.service \ "$systemdsystemunitdir"/rescue.target \ "$systemdsystemunitdir"/rescue.service \ "$systemdutildir"/systemd-sulogin-shell }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 module-setup.sh
SH
511 B
2025-05-01 10:52
EDIT