mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-29 11:54:16 +01:00
Merge branch 'interactive-autorun' into 'master'
Fix interactive autorun scripts Closes #18 See merge request fdupoux/sysresccd-src!11
This commit is contained in:
commit
e83510d932
|
|
@ -1,14 +1,15 @@
|
|||
[Unit]
|
||||
Description=SystemRescueCd Autorun
|
||||
After=network.target
|
||||
After=systemd-user-sessions.service
|
||||
After=network-online.target
|
||||
After=network.target network-online.target sysresccd-initialize.service
|
||||
Before=getty-pre.target
|
||||
Wants=getty-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/etc/systemd/scripts/sysresccd-autorun
|
||||
RemainAfterExit=true
|
||||
StandardOutput=journal
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in a new issue