now DE works without any problems

This commit is contained in:
arcan1s
2014-01-30 21:26:04 +04:00
parent 0d227e93e3
commit b243a4d324
2 changed files with 16 additions and 15 deletions

View File

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