1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sonarr_ynh.git synced 2024-09-03 20:26:19 +02:00

call binary directly

This commit is contained in:
Salamandar 2024-02-05 23:07:15 +01:00
parent a9154a16d7
commit b3a930f6d0

View file

@ -8,7 +8,7 @@ Group=__APP__
UMask=0002
Type=simple
ExecStart=mono --debug __INSTALL_DIR__/Sonarr -nobrowser -data=__DATA_DIR__
ExecStart=__INSTALL_DIR__/Sonarr -nobrowser -data=__DATA_DIR__
TimeoutStopSec=20
KillMode=process
Restart=on-failure