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:
parent
f78afcbe70
commit
a1af5074ca
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__FINALPATH__/Prowlarr -nobrowser -data=__FINALPATH__/.data
|
ExecStart=__FINALPATH__/Prowlarr -nobrowser -data=__DATA_PATH__
|
||||||
|
|
||||||
TimeoutStopSec=20
|
TimeoutStopSec=20
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
Loading…
Add table
Reference in a new issue