diff options
Diffstat (limited to 'units/soft-reboot.target')
-rw-r--r-- | units/soft-reboot.target | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/soft-reboot.target b/units/soft-reboot.target index 6a6c772875..4bca192454 100644 --- a/units/soft-reboot.target +++ b/units/soft-reboot.target @@ -11,8 +11,10 @@ Description=Reboot System Userspace Documentation=man:systemd.special(7) DefaultDependencies=no +Requires=shutdown.target umount.target final.target +After=shutdown.target umount.target final.target Requires=systemd-soft-reboot.service -After=systemd-soft-reboot.service +Before=systemd-soft-reboot.service AllowIsolate=yes JobTimeoutSec=30min JobTimeoutAction=soft-reboot-force |