/[packages]/cauldron/tor/current/SOURCES/tor.service
ViewVC logotype

Annotation of /cauldron/tor/current/SOURCES/tor.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196574 - (hide annotations) (download)
Sun Jan 15 22:28:56 2012 UTC (12 years, 2 months ago) by dmorgan
Original Path: cauldron/tor/current/SOURCES/tor.systemd.service
File size: 358 byte(s)
Add systemd support ( from fedora)
1 dmorgan 196574 [Unit]
2     Description = Anonymizing overlay network for TCP
3     After = syslog.target network.target nss-lookup.target
4    
5     [Service]
6     Type = simple
7     ExecStart = /usr/bin/tor --runasdaemon 0 --quiet
8     ExecReload = /bin/kill -HUP ${MAINPID}
9     ExecStop = /bin/kill -INT ${MAINPID}
10     TimeoutSec = 30
11     Restart = on-failure
12     LimitNOFILE = 4096
13    
14     [Install]
15     WantedBy = multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30