tor: fix init scripts
pidfile should not be set. tor handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a21ffc8eb9
commit
0d8f39a36b
1 changed files with 0 additions and 1 deletions
|
@ -48,6 +48,5 @@ start_service() {
|
||||||
procd_set_param command /usr/sbin/tor --runasdaemon 0
|
procd_set_param command /usr/sbin/tor --runasdaemon 0
|
||||||
procd_append_param command -f "$TORRC_GEN"
|
procd_append_param command -f "$TORRC_GEN"
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
procd_set_param pidfile /var/run/tor.pid
|
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue