gluon-radvd: fix init script

Fixes #862
This commit is contained in:
Matthias Schiffer 2016-08-24 13:07:29 +02:00 committed by Christof Schulze
parent 4cf24966f8
commit 9dd22916fc

View File

@ -6,7 +6,7 @@ START=50
start_service() { start_service() {
[ -x /lib/gluon/radvd/arguments ] && { [ -x /lib/gluon/radvd/arguments ] && {
procd_open_instance procd_open_instance
procd_param command /usr/sbin/uradvd $(/lib/gluon/radvd/arguments) procd_set_param command /usr/sbin/uradvd $(/lib/gluon/radvd/arguments)
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
procd_set_param netdev br-client procd_set_param netdev br-client
procd_set_param stderr 1 procd_set_param stderr 1