mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: run sysv related scripts with TERM=linux
This commit is contained in:
parent
4fbf50b38e
commit
4690698d49
@ -14,6 +14,7 @@ Before=final.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=TERM=linux
|
||||
ExecStart=/sbin/halt.local
|
||||
TimeoutSec=0
|
||||
StandardOutput=tty
|
||||
|
@ -15,6 +15,7 @@ Names=rc-local.service local.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Environment=TERM=linux
|
||||
ExecStart=/etc/rc.local start
|
||||
TimeoutSec=0
|
||||
StandardOutput=tty
|
||||
|
@ -13,6 +13,7 @@ After=systemd-readahead-collect.service systemd-readahead-replay.service
|
||||
Before=shutdown.target emergency.service emergency.target
|
||||
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
ExecStart=/etc/rc.d/rc.sysinit
|
||||
Type=forking
|
||||
TimeoutSec=0
|
||||
|
Loading…
Reference in New Issue
Block a user