mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
These include changes that were done to move ifupdown2 to use pybuild and some debian policy fixes Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
11 lines
152 B
Desktop File
11 lines
152 B
Desktop File
[Unit]
|
|
Description=ifupdown2 init script
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/sbin/ifup -a
|
|
ExecStop=/sbin/ifdown -a
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|