Files
goTorrent/dist-specific-files/Linux-systemd/goTorrent.service

14 lines
217 B
Desktop File

[Unit]
Description=goTorrent Server
After=network.target
[Service]
type=simple
User=goTorrent
WorkingDirectory=/opt/goTorrent
ExecStart=/opt/goTorrent/goTorrent
Restart=on-abort
[Install]
WantedBy=multi-user.target