blob: 8948ac6145af120cf9945d4c41f511cde855d105 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Automatic wired network connection via netcfg
[Service]
EnvironmentFile=/etc/conf.d/netcfg
ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns
ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE
[Install]
WantedBy=multi-user.target
|