gluon-radvd: fix init script

Fixes #862
This commit is contained in:
Matthias Schiffer 2016-08-24 13:07:29 +02:00
parent 1c6256907b
commit e5acba5fbc
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ START=50
start_service() {
[ -x /lib/gluon/radvd/arguments ] && {
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 netdev br-client
procd_set_param stderr 1