/[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 232395 - (hide annotations) (download)
Sat Apr 21 17:54:57 2012 UTC (11 years, 11 months ago) by colin
Original Path: cauldron/tor/current/SOURCES/tor.systemd.service
File size: 334 byte(s)
Tidy up systemd unit.
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     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 dmorgan 196574
14     [Install]
15 colin 232395 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30