summaryrefslogtreecommitdiffstats
path: root/ifplugd/net-auto-wired.service
blob: b356fef2a024900028ab233a4921e3d8135ccb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Provides automatic netcfg wired connection
Before=network.target

[Service]
EnvironmentFile=/etc/rc.conf
EnvironmentFile=-/etc/ifplugd/ifplugd.conf
ExecStart=-/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIn -u0 -d10
ExecStop=-/usr/sbin/ifplugd -k -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action
Type=simple

[Install]
WantedBy=multi-user.target