summaryrefslogtreecommitdiff
path: root/units/local-fs.target
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-11 11:33:02 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-11 12:14:55 +0200
commita4a878d04045b46fa9783664e3643a890b356790 (patch)
tree81ef7da979c37ff517e98b301c7b0697e2b98324 /units/local-fs.target
parent4196a3ead3cfb823670d225eefcb3e60e34c7d95 (diff)
downloadsystemd-a4a878d04045b46fa9783664e3643a890b356790.tar.gz
units: introduce network-pre.target as place to hook in firewalls
network-pre.target is a passive target that should be pulled in by services that want to be executed before any network is configured (for example: firewall scrips). network-pre.target should be ordered before all network managemet services (but not be pulled in by them). network-pre.target should be order after all services that want to be executed before any network is configured (and be pulled in by them).
Diffstat (limited to 'units/local-fs.target')
-rw-r--r--units/local-fs.target2
1 files changed, 0 insertions, 2 deletions
diff --git a/units/local-fs.target b/units/local-fs.target
index ae3cedcb65..70cb13f25d 100644
--- a/units/local-fs.target
+++ b/units/local-fs.target
@@ -9,7 +9,5 @@
Description=Local File Systems
Documentation=man:systemd.special(7)
After=local-fs-pre.target
-DefaultDependencies=no
-Conflicts=shutdown.target
OnFailure=emergency.target
OnFailureJobMode=replace-irreversibly