]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
units: introduce network-pre.target as place to hook in firewalls
authorLennart Poettering <lennart@poettering.net>
Wed, 11 Jun 2014 09:33:02 +0000 (11:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Jun 2014 10:14:55 +0000 (12:14 +0200)
commita4a878d04045b46fa9783664e3643a890b356790
tree81ef7da979c37ff517e98b301c7b0697e2b98324
parent4196a3ead3cfb823670d225eefcb3e60e34c7d95
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).
Makefile.am
man/systemd.special.xml
units/local-fs.target
units/network-pre.target [new file with mode: 0644]
units/network.target
units/systemd-networkd.service.in