/[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 274221 - (hide annotations) (download)
Wed Jul 25 12:23:32 2012 UTC (11 years, 8 months ago) by colin
File size: 421 byte(s)
- Fix tor systemd unit (mga#6843)
- Use tmpfiles for pid dir
1 dmorgan 196574 [Unit]
2 colin 232395 Description=Anonymizing overlay network for TCP
3     After=syslog.target network.target nss-lookup.target
4 dmorgan 196574
5     [Service]
6 colin 232395 Type=simple
7 colin 274221 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 colin 232395 ExecReload=/bin/kill -HUP $MAINPID
10     ExecStop=/bin/kill -INT $MAINPID
11     TimeoutSec=30
12     Restart=on-failure
13     LimitNOFILE=4096
14 dmorgan 196574
15     [Install]
16 colin 232395 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30