From 25c5c10d55227ffa59b428b84fb9a9418d8349d3 Mon Sep 17 00:00:00 2001 From: Limezy Date: Tue, 30 Aug 2022 08:40:05 +0700 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index c9face9..79fdf31 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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