summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Korepanov <kaikaikai@yandex.ru>2017-11-15 20:37:50 +0000
committerAnthony G. Basile <blueness@gentoo.org>2017-11-17 04:57:19 -0500
commit56f24d9297c16a46d3f5854ac57df4e371930ad0 (patch)
treed1ab51aa8a413d5615fe4492fd86663d325d27f2 /net-vpn
parentnet-vpn/i2pd: 2.16.0 version bump, drop 2.13.0 (diff)
downloadgentoo-56f24d9297c16a46d3f5854ac57df4e371930ad0.tar.gz
gentoo-56f24d9297c16a46d3f5854ac57df4e371930ad0.tar.bz2
gentoo-56f24d9297c16a46d3f5854ac57df4e371930ad0.zip
net-vpn/i2pd: update init script
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/i2pd/files/i2pd-2.6.0-r3.initd4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-vpn/i2pd/files/i2pd-2.6.0-r3.initd b/net-vpn/i2pd/files/i2pd-2.6.0-r3.initd
index 09c83927b206..b09b4454e96d 100644
--- a/net-vpn/i2pd/files/i2pd-2.6.0-r3.initd
+++ b/net-vpn/i2pd/files/i2pd-2.6.0-r3.initd
@@ -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"