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 08:40:05 +07:00
parent 34a7f64fce
commit 25c5c10d55

View file

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