diff options
Diffstat (limited to 'community/tor/tor.service')
-rw-r--r-- | community/tor/tor.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/tor/tor.service b/community/tor/tor.service new file mode 100644 index 000000000..264a95624 --- /dev/null +++ b/community/tor/tor.service @@ -0,0 +1,13 @@ +[Unit] +Description=Anonymizing Overlay Network +After=network.target + +[Service] +User=tor +Type=simple +ExecStart=/usr/bin/tor -f /etc/tor/torrc +KillSignal=SIGINT +LimitNOFILE=8192 + +[Install] +WantedBy=multi-user.target |