chiark / gitweb /
units: so far we defaulted to 90s as default timeout for most things, let's do so...
[elogind.git] / units / reboot.target
index 6d02417eb5537bc6d75055ca421464e81523f6f4..668b98d9e45b2a68a80899b9a7b6b41b3268bf63 100644 (file)
@@ -5,14 +5,15 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=Reboot
+Documentation=man:systemd.special(7)
 DefaultDependencies=no
-Requires=reboot.service
-After=reboot.service
+Requires=systemd-reboot.service
+After=systemd-reboot.service
 AllowIsolate=yes
+JobTimeoutSec=30min
+JobTimeoutAction=reboot-force
 
 [Install]
 Alias=ctrl-alt-del.target