X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsuse%2Freboot.service;h=3ee290e659bd6c5ee741732c9e3193ba6e79833c;hb=34e9ba669e75fb3b8f481076e75df5c2abb8192b;hp=c3526b3035c3070f730e9ca531f6c76b94ae6737;hpb=f8e1755297387e2969a902be22ee201cc506efa2;p=elogind.git diff --git a/units/suse/reboot.service b/units/suse/reboot.service index c3526b303..3ee290e65 100644 --- a/units/suse/reboot.service +++ b/units/suse/reboot.service @@ -8,13 +8,12 @@ [Unit] Description=Reboot DefaultDependencies=no -Requires=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 +Type=oneshot ValidNoProcess=yes Environment=COLD_BOOT=1 ExecStart=/etc/init.d/reboot -StandardInput=tty +StandardOutput=tty