Files
pyTorrent/systemd/pytorrent.service
2026-05-03 12:35:57 +01:00

17 lines
319 B
Desktop File

[Unit]
Description=pyTorrent web UI for rTorrent
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/pytorrent
EnvironmentFile=/opt/pytorrent/.env
ExecStart=/opt/pytorrent/venv/bin/python /opt/pytorrent/app.py
Restart=always
RestartSec=3
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target