2018-02-06 13:56:22 +01:00
|
|
|
[Unit]
|
2020-10-07 21:05:32 +02:00
|
|
|
Description=Network initialization
|
2018-02-06 13:56:22 +01:00
|
|
|
Documentation=man:interfaces(5) man:ifup(8) man:ifdown(8)
|
2020-02-16 01:00:48 +01:00
|
|
|
DefaultDependencies=no
|
2021-06-16 15:32:43 +02:00
|
|
|
After=local-fs.target network-pre.target
|
|
|
|
Before=shutdown.target network.target network-online.target
|
2020-02-16 01:00:48 +01:00
|
|
|
Conflicts=shutdown.target
|
2018-02-06 13:56:22 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
SyslogIdentifier=networking
|
|
|
|
TimeoutStopSec=30s
|
2020-10-07 21:05:32 +02:00
|
|
|
EnvironmentFile=/etc/default/networking
|
2018-02-06 13:56:22 +01:00
|
|
|
ExecStart=/usr/share/ifupdown2/sbin/start-networking start
|
|
|
|
ExecStop=/usr/share/ifupdown2/sbin/start-networking stop
|
|
|
|
ExecReload=/usr/share/ifupdown2/sbin/start-networking reload
|
|
|
|
|
|
|
|
[Install]
|
2020-05-24 18:25:53 +02:00
|
|
|
WantedBy=basic.target network.target shutdown.target
|