mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
14 lines
276 B
Desktop File
14 lines
276 B
Desktop File
[Unit]
|
|
Description=Tor one hop onion service host
|
|
After=network.target
|
|
|
|
[Service]
|
|
# 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
|