29 lines
622 B
Desktop File
29 lines
622 B
Desktop File
[Unit]
|
|
Description=SME server bootstrap-console
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=livesys.service plymouth-quit-wait.service
|
|
After=systemd-vconsole-setup.service
|
|
Before=getty@tty1.service
|
|
Before=shutdown.target
|
|
Before=network.target network-online.target network-pre.target
|
|
Before=masq.service
|
|
|
|
[Service]
|
|
Environment=HOME=/root
|
|
WorkingDirectory=/root
|
|
ExecStartPre=-/bin/plymouth quit
|
|
ExecStart=/sbin/e-smith/bootstrap-console
|
|
Type=oneshot
|
|
Restart=no
|
|
TimeoutSec=0
|
|
StandardInput=tty
|
|
StandardOutput=tty
|
|
StandardError=tty
|
|
KillMode=process
|
|
IgnoreSIGPIPE=no
|
|
SendSIGHUP=yes
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|