systemd/debian/ifup@.service
Tollef Fog Heen 864482d672 Add ifup@.service for handling hotplugged interfaces from udev.
Closes: #610871

Thanks to Michael Biebl for the implementation
2011-03-02 21:03:53 +01:00

9 lines
156 B
Desktop File

[Unit]
Description=Start ifup for %I
After=local-fs.target
[Service]
ExecStart=/sbin/ifup --allow=hotplug %I
ExecStop=/sbin/ifdown %I
RemainAfterExit=true