diff options
Diffstat (limited to 'units/reboot.service.in')
-rw-r--r-- | units/reboot.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/reboot.service.in b/units/reboot.service.in index e5e666f2d7..f320fd886d 100644 --- a/units/reboot.service.in +++ b/units/reboot.service.in @@ -8,8 +8,8 @@ [Unit] Description=Reboot DefaultDependencies=no -Requires=shutdown.target umount.target -After=shutdown.target umount.target +Requires=shutdown.target umount.target final.target +After=shutdown.target umount.target final.target [Service] Type=oneshot |