diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-11 11:33:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-11 12:14:55 +0200 |
commit | a4a878d04045b46fa9783664e3643a890b356790 (patch) | |
tree | 81ef7da979c37ff517e98b301c7b0697e2b98324 /units/network.target | |
parent | 4196a3ead3cfb823670d225eefcb3e60e34c7d95 (diff) |
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/network.target')
-rw-r--r-- | units/network.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/network.target b/units/network.target index 65fc64b02c..61ebdcadd0 100644 --- a/units/network.target +++ b/units/network.target @@ -9,3 +9,5 @@ Description=Network Documentation=man:systemd.special(7) Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget +After=network-pre.target +RefuseManualStart=yes |