shell-things/etc/systemd/system/tor-onehoponion.service
Mikaela Suomalainen a915db9f8a
etc/systemd: tor-services: add ExecReload
I am running `systemctl restart tor-client` too often to be comfortable.
2019-06-30 14:11:34 +03:00

13 lines
236 B
Desktop File

[Unit]
Description=Tor one hop onion service host
After=network.target
[Service]
ExecStart=/usr/bin/tor -f /etc/tor/torrc-onehoponion
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
User=debian-tor
[Install]
WantedBy=default.target