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:
parent
34a7f64fce
commit
25c5c10d55
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue