mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
a4a878d040
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).
13 lines
461 B
SYSTEMD
13 lines
461 B
SYSTEMD
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Network (Pre)
|
|
Documentation=man:systemd.special(7)
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
|
RefuseManualStart=yes
|