Skip to content
Snippets Groups Projects
Unverified Commit b3e609dc authored by Christof Schulze's avatar Christof Schulze Committed by Matthias Schiffer
Browse files

gluon-radvd: improve coding style in initscript

parent 25f1b649
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,11 @@ USE_PROCD=1 ...@@ -4,11 +4,11 @@ USE_PROCD=1
START=50 START=50
start_service() { start_service() {
[ -x /lib/gluon/radvd/arguments ] && { [ -x /lib/gluon/radvd/arguments ] || return 1
procd_open_instance
procd_set_param command /usr/sbin/uradvd $(/lib/gluon/radvd/arguments) procd_open_instance
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} procd_set_param command /usr/sbin/uradvd $(/lib/gluon/radvd/arguments)
procd_set_param stderr 1 procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
procd_close_instance procd_set_param stderr 1
} procd_close_instance
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment