From e5acba5fbc692eb4987a9ab8f76991d7916096f3 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 24 Aug 2016 13:07:29 +0200
Subject: [PATCH] gluon-radvd: fix init script

Fixes #862
---
 package/gluon-radvd/files/etc/init.d/gluon-radvd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-radvd/files/etc/init.d/gluon-radvd b/package/gluon-radvd/files/etc/init.d/gluon-radvd
index d33005e48..4f80a84a0 100755
--- a/package/gluon-radvd/files/etc/init.d/gluon-radvd
+++ b/package/gluon-radvd/files/etc/init.d/gluon-radvd
@@ -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
-- 
GitLab