wifi2udp: Bring the device up before starting the application

This commit is contained in:
Holger Hans Peter Freyther 2014-09-08 20:00:55 +02:00
parent 68e95f14b9
commit f1296005b2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Description=WIFI scan service
[Service]
ExecStartPre=/sbin/ifconfig wlan0 up
ExecStart=/usr/sbin/wifi2udp -w wlan0 -i eth0 10.3.0.2
Restart=always
RestartSec=2