mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
units: fix execution environment for a few services
This commit is contained in:
parent
42e39f0b32
commit
1e3fc6541f
@ -22,6 +22,7 @@ After=shutdown.target killall.service
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=INIT_HALT=HALT
|
||||
Environment=RUNLEVEL=0
|
||||
ExecStart=/etc/init.d/halt start
|
||||
|
@ -20,4 +20,5 @@ Description=Kill All Processes
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
ExecStart=/etc/init.d/killall start
|
||||
|
@ -22,5 +22,6 @@ After=shutdown.target killall.service
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=0
|
||||
ExecStart=/etc/init.d/halt start
|
||||
|
@ -26,4 +26,7 @@ Names=rc-local.service local.service
|
||||
[Service]
|
||||
ExecStart=/etc/rc.local start
|
||||
Type=simple
|
||||
TimeoutSec=0
|
||||
StandardInput=tty
|
||||
ValidNoProcess=yes
|
||||
SysVStartPriority=99
|
||||
|
@ -22,5 +22,6 @@ After=shutdown.target killall.service
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=6
|
||||
ExecStart=/etc/init.d/reboot start
|
||||
|
@ -21,4 +21,7 @@ Before=local-fs.target remote-fs.target swap.target sockets.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/etc/rc.d/rc.sysinit
|
||||
Type=finish
|
||||
Type=forking
|
||||
TimeoutSec=0
|
||||
StandardInput=tty
|
||||
ValidNoProcess=yes
|
||||
|
@ -27,3 +27,5 @@ After=basic.target
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=GETTY %I
|
||||
Restart=restart-always
|
||||
RestartSec=0
|
||||
|
Loading…
Reference in New Issue
Block a user