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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389213 - (show annotations) (download)
Thu Jan 17 21:29:26 2013 UTC (11 years, 3 months ago) by pterjan
Original Path: obsolete/cauldron/tor/current/SOURCES/tor.service
File size: 421 byte(s)
Drop 
1 [Unit]
2 Description=Anonymizing overlay network for TCP
3 After=syslog.target network.target nss-lookup.target
4
5 [Service]
6 Type=simple
7 User=toruser
8 ExecStart=/usr/bin/tor -f /etc/tor/torrc Log "notice file /var/log/tor/tor.log" RunAsDaemon 0 DataDirectory /var/lib/tor
9 ExecReload=/bin/kill -HUP $MAINPID
10 ExecStop=/bin/kill -INT $MAINPID
11 TimeoutSec=30
12 Restart=on-failure
13 LimitNOFILE=4096
14
15 [Install]
16 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30