1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

Update systemd.service

This commit is contained in:
Limezy 2022-08-30 10:37:31 +07:00
parent 25c5c10d55
commit af39164584

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
EnvironmentFile=__FINALPATH__/.env
WorkingDirectory=__FINALPATH__/live/bin
ExecStart=photoprism --trace start
ExecStart=__FINALPATH__/live/bin/photoprism --trace start
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
TimeoutSec=900