chiark / gitweb /
units: turn shutdown dependencies from Requires into Wants to make things a bit more...
[elogind.git] / units / gentoo / halt.service
index c5d96043c04059812ef7c37f5548855df24fd4f6..28db813fb37772f6d1f04fe530d4fab77ce2f2d6 100644 (file)
@@ -7,13 +7,14 @@
 
 [Unit]
 Description=Halt
-Requires=shutdown.target killall.service
+DefaultDependencies=no
+Wants=shutdown.target killall.service
 After=shutdown.target killall.service
 Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
 
 [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
+StandardInput=tty