mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Update conf/systemd.service: reset data flag to /var/lib/$app
This commit is contained in:
parent
d3c275e1b1
commit
3a47ae8a28
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Group=__APP__
|
|||
UMask=0002
|
||||
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=__INSTALL_DIR__
|
||||
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/var/lib/__APP__
|
||||
TimeoutStopSec=20
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue