diff options
Diffstat (limited to 'units/gentoo/halt.service')
-rw-r--r-- | units/gentoo/halt.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service index ecf4cff4f5..56ac493881 100644 --- a/units/gentoo/halt.service +++ b/units/gentoo/halt.service @@ -15,6 +15,5 @@ Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.a [Service] Type=finish ValidNoProcess=yes -Environment=INIT_HALT=HALT -Environment=RC_DOWN_HARDDISK=yes +Environment=INIT_HALT=HALT RC_DOWN_HARDDISK=yes ExecStart=/etc/init.d/shutdown.sh |