chiark / gitweb /
units: make sure that killall does not wait for the tty
[elogind.git] / units / arch / halt.service
index 445ca48d4400b0fc2469cb914fdc13efc7b13f64..b1935262f719261d2e01d1e5a002996e5af928d0 100644 (file)
@@ -7,12 +7,13 @@
 
 [Unit]
 Description=Halt
-Requires=shutdown.target
-After=shutdown.target
-Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
+DefaultDependencies=no
+Requires=shutdown.target umount.target
+After=shutdown.target umount.target
 
 [Service]
 Type=finish
 ValidNoProcess=yes
 Environment=RUNLEVEL=0
 ExecStart=/etc/rc.shutdown
+StandardOutput=tty