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:
parent
a9154a16d7
commit
b3a930f6d0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Group=__APP__
|
||||||
UMask=0002
|
UMask=0002
|
||||||
|
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=mono --debug __INSTALL_DIR__/Sonarr -nobrowser -data=__DATA_DIR__
|
ExecStart=__INSTALL_DIR__/Sonarr -nobrowser -data=__DATA_DIR__
|
||||||
TimeoutStopSec=20
|
TimeoutStopSec=20
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Reference in a new issue