mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-09 23:25:32 +07:00
units: turn shutdown dependencies from Requires into Wants to make things a bit more robust
This commit is contained in:
parent
3f6c78dceb
commit
b827a9f97d
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target killall.service
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target killall.service
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target killall.service
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target killall.service
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target killall.service
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target killall.service
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Exit
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
Wants=shutdown.target
|
||||
After=shutdown.target
|
||||
|
||||
[Service]
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
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
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user