check if gluln/radvd/arguments is executable

This commit is contained in:
Christof Schulze 2016-06-15 01:21:25 +02:00
parent 9fbdcaf689
commit 498f209685

View File

@ -7,7 +7,9 @@ SERVICE_DAEMONIZE=1
start() { start() {
[ -x /lib/gluon/radvd/arguments ] && {
service_start /usr/sbin/uradvd $(/lib/gluon/radvd/arguments) service_start /usr/sbin/uradvd $(/lib/gluon/radvd/arguments)
}
} }
stop() { stop() {