mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
12 lines
201 B
Desktop File
12 lines
201 B
Desktop File
[Unit]
|
|
Description=Tor one hop onion service host
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/tor -f /etc/tor/torrc-onehoponion
|
|
Restart=always
|
|
User=debian-tor
|
|
|
|
[Install]
|
|
WantedBy=default.target
|