wok diff lxnetdaemon/stuff/lxnetdaemon.conf @ rev 22251

updated xorg-xcompmgr (1.1.6 -> 1.1.8)
author Hans-G?nter Theisgen
date Tue Nov 12 16:53:09 2019 +0100 (2019-11-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxnetdaemon/stuff/lxnetdaemon.conf	Tue Nov 12 16:53:09 2019 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +# Network Daemon Configuration file
     1.5 +[ethernet]
     1.6 +up=ifconfig %s up
     1.7 +down=ifconfig %s down
     1.8 +repair=/usr/share/lxnetdaemon/ethrepair.sh %s
     1.9 +
    1.10 +[wireless]
    1.11 +up=ifconfig %s up
    1.12 +down=ifconfig %s down
    1.13 +repair=/usr/share/lxnetdaemon/wifirepair.sh %s
    1.14 +connect=/usr/share/lxnetdaemon/wificonnect.sh "%s" "%s" %d "%s"