net-vpn/i2pd: update init script
authorAlexey Korepanov <kaikaikai@yandex.ru>
Wed, 15 Nov 2017 20:37:50 +0000 (20:37 +0000)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 17 Nov 2017 09:57:19 +0000 (04:57 -0500)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
net-vpn/i2pd/files/i2pd-2.6.0-r3.initd

index 09c83927b206d0a4776b5747cf370ce04de53bfd..b09b4454e96d9f798a470fa2f265f34f298f9aa1 100644 (file)
@@ -11,8 +11,10 @@ user="${I2PD_USER}:${I2PD_GROUP}"
 start_stop_daemon_args="
     --user \"${user}\"
     --pidfile \"${I2PD_PID}\"
-    --progress --retry 'SIGTERM/20/SIGKILL/20'
+    --progress
 "
+retry="SIGTERM/20/SIGKILL/20"
+
 I2PD_PID_DIR=$(dirname "${I2PD_PID}")
 
 extra_started_commands="graceful"