initial commit of file from CVS for e-smith-base on Thu 26 Oct 11:24:52 BST 2023
This commit is contained in:
28
root/usr/lib/systemd/system/bootstrap-console.service
Normal file
28
root/usr/lib/systemd/system/bootstrap-console.service
Normal file
@@ -0,0 +1,28 @@
|
||||
[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
|
Reference in New Issue
Block a user