diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-09 04:37:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-09 04:37:13 +0200 |
commit | 455bb5a4bdd03d77af72d810ddc22c85a353d2e4 (patch) | |
tree | 740404011a5d83973b6ee2752e42c291589910fd /units/gentoo/poweroff.service | |
parent | 4627d39661ffcdd11e814650dfcc9ac3d0d0ec0b (diff) |
units: connect shutdown scripts explicitly with the tty, because native units now default to /dev/null stdout otherwise
Diffstat (limited to 'units/gentoo/poweroff.service')
-rw-r--r-- | units/gentoo/poweroff.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/gentoo/poweroff.service b/units/gentoo/poweroff.service index 2ae1fd7f29..9ceb205b05 100644 --- a/units/gentoo/poweroff.service +++ b/units/gentoo/poweroff.service @@ -17,3 +17,4 @@ Type=finish ValidNoProcess=yes Environment=RC_DOWN_HARDDISK=yes ExecStart=/etc/init.d/shutdown.sh +StandardInput=tty |