13 lines
329 B
Desktop File
13 lines
329 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-agent.py
|
|
User=torch
|
|
Group=debian-tor
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target ssh.service tor.service |