1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00

Change data path in service

This commit is contained in:
tituspijean 2021-12-18 14:09:07 +01:00
parent f78afcbe70
commit a1af5074ca
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/Prowlarr -nobrowser -data=__FINALPATH__/.data
ExecStart=__FINALPATH__/Prowlarr -nobrowser -data=__DATA_PATH__
TimeoutStopSec=20
KillMode=process