X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Farch%2Freboot.service;h=ae5c979e3e7a65fbc05ca149690ec3a26ad2e89d;hb=f601daa70143745915a8d38603969f228414af19;hp=274f4075f2db61d297ce51c23a269e31c890c4bf;hpb=b827a9f97dcc88f4b9e23d656d7325455eb33848;p=elogind.git diff --git a/units/arch/reboot.service b/units/arch/reboot.service index 274f4075f..ae5c979e3 100644 --- a/units/arch/reboot.service +++ b/units/arch/reboot.service @@ -8,13 +8,12 @@ [Unit] Description=Reboot DefaultDependencies=no -Wants=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 +Requires=shutdown.target umount.target +After=shutdown.target umount.target [Service] -Type=finish -ValidNoProcess=yes +Type=oneshot +RemainAfterExit=yes Environment=RUNLEVEL=6 ExecStart=/etc/rc.shutdown -StandardInput=tty +StandardOutput=tty