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

14 lines
276 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Tor one hop onion service host
After=network.target
[Service]
2024-10-04 12:21:21 +02:00
# Contained in `systemd-path search-binaries-default`
ExecStart=tor -f /etc/tor/torrc-onehoponion
ExecReload=kill -HUP $MAINPID
Restart=always
User=debian-tor
[Install]
WantedBy=default.target