shell-things/etc/systemd/system/tor-onehoponion.service

13 lines
236 B
SYSTEMD

[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