wok-current annotate lxnetdaemon/stuff/lxnetdaemon.conf @ rev 22700
updated enchant and enchant-dev (1.6.0 -> 2.2.7)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 21 10:37:36 2020 +0100 (2020-01-21) |
parents | |
children |
rev | line source |
---|---|
pankso@487 | 1 # Network Daemon Configuration file |
pankso@487 | 2 [ethernet] |
pankso@487 | 3 up=ifconfig %s up |
pankso@487 | 4 down=ifconfig %s down |
pankso@487 | 5 repair=/usr/share/lxnetdaemon/ethrepair.sh %s |
pankso@487 | 6 |
pankso@487 | 7 [wireless] |
pankso@487 | 8 up=ifconfig %s up |
pankso@487 | 9 down=ifconfig %s down |
pankso@487 | 10 repair=/usr/share/lxnetdaemon/wifirepair.sh %s |
pankso@487 | 11 connect=/usr/share/lxnetdaemon/wificonnect.sh "%s" "%s" %d "%s" |