Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 3e4dc8a8cecf23341af9af376759056a > files > 5

tor-0.2.2.35-1601.fc16.src.rpm

[Unit]
Description = Anonymizing overlay network for TCP
After = syslog.target network.target nss-lookup.target

[Service]
Type = simple
ExecStart = /usr/bin/tor --runasdaemon 0 --quiet
ExecReload = /bin/kill -HUP ${MAINPID}
ExecStop = /bin/kill -INT ${MAINPID}
TimeoutSec = 30
Restart = on-failure
LimitNOFILE = 4096

[Install]
WantedBy = multi-user.target