mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Mikaela Suomalainen
a915db9f8a
I am running `systemctl restart tor-client` too often to be comfortable.
13 lines
236 B
Desktop File
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
|