X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fgentoo%2Freboot.service;h=8f8d7328c7e9aea2c0cbe83fcd7e92517cd1aa7f;hb=f26ee0b931bdadc7559bfd0d8a43d9909d84b441;hp=a0f357538552f5abbfcc81f1bb11557ed0a59a0e;hpb=b827a9f97dcc88f4b9e23d656d7325455eb33848;p=elogind.git diff --git a/units/gentoo/reboot.service b/units/gentoo/reboot.service index a0f357538..8f8d7328c 100644 --- a/units/gentoo/reboot.service +++ b/units/gentoo/reboot.service @@ -8,12 +8,11 @@ [Unit] Description=Reboot DefaultDependencies=no -Wants=shutdown.target killall.service -After=shutdown.target killall.service -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 killall.service +After=shutdown.target umount.target killall.service [Service] -Type=finish -ValidNoProcess=yes +Type=oneshot +RemainAfterExit=yes ExecStart=/etc/init.d/reboot.sh -StandardInput=tty +StandardOutput=tty