netctl-gui/sources/dataengine/netctl.conf
arcan1s 0070f910cc add debug information
fix reading files
2014-07-21 11:58:42 +04:00

20 lines
370 B
Plaintext

# Configuration file for netctl data engine
## Commands
# command
CMD=/usr/bin/netctl
# netctl-auto command
NETCTLAUTOCMD=/usr/bin/netctl-auto
# ip command
IPCMD=/usr/bin/ip
## Network
# path to list of network devices
NETDIR=/sys/class/net/
## External IP
# external ip check command
EXTIPCMD=wget -qO- http://ifconfig.me/ip
# 'true' - check external IP
EXTIP=false