mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: Reviewed By: trivial Testing Done: built, installed Don't want to leave incorrect confusing references behind. Instead of having the networking script depend on switchd, since ifupdown2 is upstream, I'll add the reverse dependency to the switchd.service. Added Documentation line
17 lines
384 B
Desktop File
17 lines
384 B
Desktop File
[Unit]
|
|
Description=ifupdown2 networking initialization
|
|
Documentation=man:interfaces(5) man:ifup(8) man:ifdown(8)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
SyslogIdentifier=networking
|
|
TimeoutSec=60s
|
|
TimeoutStopSec=30s
|
|
ExecStart=/sbin/start-networking start
|
|
ExecStop=/sbin/start-networking stop
|
|
ExecReload=/sbin/start-networking reload
|
|
|
|
[Install]
|
|
WantedBy=basic.target network.target
|