blob: 467b62ec83149ab15c63cefcced77a720933aad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Provides automatic netcfg wired connection
Before=network.target
Wants=network.target
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/netcfg
ExecStart=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIw -d10
ExecStop=/usr/sbin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -k
[Install]
WantedBy=multi-user.target
|