torch-agent/torch.service
2020-10-02 16:34:30 +02:00

13 lines
327 B
Desktop File

[Unit]
Description=Torch: MQTT Publisher for Tor Hidden SSH Service URL
After=tor.service ssh.service
Requires=tor.service ssh.service
[Service]
Environment=PYTHONUNBUFFERED=1
ExecStart=/usr/bin/python3 /usr/local/lib/torch/torch-pub.py
User=torch
Group=debian-tor
[Install]
WantedBy=multi-user.target ssh.service tor.service