1
1
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:
Lennart Poettering 2010-10-27 05:45:09 +02:00
parent 4fbf50b38e
commit 4690698d49
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Before=final.target
[Service]
Type=oneshot
Environment=TERM=linux
ExecStart=/sbin/halt.local
TimeoutSec=0
StandardOutput=tty

View File

@ -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

View File

@ -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