14 lines
247 B
Desktop File
14 lines
247 B
Desktop File
[Unit]
|
|
Description=Sonarr Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=debian-transmission
|
|
Group=debian-transmission
|
|
ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
|
|
Type=simple
|
|
TimeoutStopSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|