summarylogtreecommitdiffstats
path: root/tor-relay-scanner.service
blob: b5c35c00d066c8785cb46f7e36acea3f31d6026d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Update Tor relays
Wants=network-online.target
After=network-online.target
Before=tor.service

[Service]
Type=oneshot
ExecStart=/usr/bin/tor-relay-scanner -g 20 --timeout 3 --torrc -o /etc/tor/relays

[Install]
WantedBy=multi-user.target