View | Details | Raw Unified | Return to bug 253965 | Differences between
and this patch

Collapse All | Expand All

(-)i2pd.in 2021-03-02 23:16:01.740433000 +0200 (-1 / +1 lines)
Lines 28-33 Link Here
28
command="%%PREFIX%%/bin/${name}"
28
command="%%PREFIX%%/bin/${name}"
29
command_args="--conf ${i2pd_config} --service --datadir ${i2pd_datadir} --daemon"
29
command_args="--conf ${i2pd_config} --service --datadir ${i2pd_datadir} --daemon"
30
extra_commands="reload"
30
extra_commands="reload"
31
reload_cmd="pkill -1 -F ${pidfile} -x i2pd"
31
reload_cmd="pkill -2 -F ${pidfile} -x i2pd"
32
run_rc_command "$1"
32
run_rc_command "$1"

Return to bug 253965