mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-06 08:40:02 +01:00
16 lines
352 B
Desktop File
16 lines
352 B
Desktop File
[Unit]
|
|
Description=SystemRescueCd Autorun
|
|
After=network.target network-online.target sysresccd-initialize.service
|
|
Before=getty-pre.target
|
|
Wants=getty-pre.target network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/systemd/scripts/sysresccd-autorun
|
|
RemainAfterExit=true
|
|
StandardInput=tty
|
|
StandardOutput=tty
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|