summaryrefslogtreecommitdiffstats
path: root/systemd/net-auto-wired.service
blob: 9678a778e1bd80701db735cd547dda01e49f04f1 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Provides automatic netcfg wired connection

[Service]
EnvironmentFile=/etc/conf.d/netcfg
ExecStart=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns
ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE

[Install]
WantedBy=multi-user.target