mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
filesystem targets: disable default dependencies
This means we can use default dependencies on mount units without having to get them automatically ordered before the filesystem targets. Reported-by: Thomas Baechler <thomas@archlinux.org>
This commit is contained in:
@@ -12,3 +12,5 @@ OnFailure=emergency.target
|
|||||||
OnFailureIsolate=yes
|
OnFailureIsolate=yes
|
||||||
ConditionPathExists=/etc/initrd-release
|
ConditionPathExists=/etc/initrd-release
|
||||||
After=initrd-parse-etc.service
|
After=initrd-parse-etc.service
|
||||||
|
DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
|||||||
@@ -11,3 +11,5 @@ Documentation=man:systemd.special(7)
|
|||||||
ConditionPathExists=/etc/initrd-release
|
ConditionPathExists=/etc/initrd-release
|
||||||
OnFailure=emergency.target
|
OnFailure=emergency.target
|
||||||
OnFailureIsolate=yes
|
OnFailureIsolate=yes
|
||||||
|
DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
|||||||
@@ -9,5 +9,7 @@
|
|||||||
Description=Local File Systems
|
Description=Local File Systems
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
After=local-fs-pre.target
|
After=local-fs-pre.target
|
||||||
|
DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
OnFailure=emergency.target
|
OnFailure=emergency.target
|
||||||
OnFailureIsolate=no
|
OnFailureIsolate=no
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
Description=Remote File Systems
|
Description=Remote File Systems
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
After=remote-fs-pre.target
|
After=remote-fs-pre.target
|
||||||
|
DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user