mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
17 lines
352 B
SYSTEMD
17 lines
352 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Cumulus Linux networking initialization
|
||
|
After=switchd.service
|
||
|
|
||
|
[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
|