smeserver-base/root/usr/lib/systemd/system/bootstrap-console.service

29 lines
622 B
SYSTEMD
Raw Normal View History

[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