1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
CumulusNetworks-ifupdown2/debian/ifupdown2.networking.service
Dave Olson 57eca61da5 Fixed one more reference to /etc/init.d/networking; remove switchd dependency
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
2016-02-08 20:32:49 -08:00

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