diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-17 10:54:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-17 10:54:38 -0400 |
commit | 548b4be163099e8b381867f524a057c7d4fd2521 (patch) | |
tree | 13878dd2cd33c78be8be2751e4b54042420c15c0 /contrib/dist | |
parent | e75e0c72781bd6a0cd8ad30cc4814692645a9f04 (diff) | |
download | tor-548b4be163099e8b381867f524a057c7d4fd2521.tar.gz tor-548b4be163099e8b381867f524a057c7d4fd2521.zip |
Forward-port changelog and releasenotes
Diffstat (limited to 'contrib/dist')
-rw-r--r-- | contrib/dist/tor.service.in | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/contrib/dist/tor.service.in b/contrib/dist/tor.service.in index ae339ff844..8ed5ad227a 100644 --- a/contrib/dist/tor.service.in +++ b/contrib/dist/tor.service.in @@ -8,16 +8,10 @@ Description = Anonymizing overlay network for TCP After = syslog.target network.target nss-lookup.target -[Service] -Type = notify -NotifyAccess = all -ExecStartPre = @BINDIR@/tor -f @CONFDIR@/torrc --verify-config -ExecStart = @BINDIR@/tor -f @CONFDIR@/torrc -ExecReload = /bin/kill -HUP ${MAINPID} -KillSignal = SIGINT -TimeoutSec = 30 -Restart = on-failure -WatchdogSec = 1m +[Service] Type = notify NotifyAccess = all ExecStartPre = @BINDIR@/tor +-f @CONFDIR@/torrc --verify-config ExecStart = @BINDIR@/tor -f +@CONFDIR@/torrc ExecReload = /bin/kill -HUP ${MAINPID} KillSignal = +SIGINT TimeoutSec = 30 Restart = on-failure WatchdogSec = 1m LimitNOFILE = 32768 # Hardening |