mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-07 17:20:59 +01:00
13 lines
277 B
Desktop File
13 lines
277 B
Desktop File
[Unit]
|
|
Description=SystemRescue Initialization
|
|
Before=sshd.service getty-pre.target iptables.service ip6tables.service
|
|
Wants=getty-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/systemd/scripts/sysrescue-initialize
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|