From 6343d286d1c544f8cb79b94a123f30b3637f03af Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:59:35 -0500 Subject: [PATCH] Update systemd.service Fix systemd working directory --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index ef56d2f..789716a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Requires=postgresql.service redis.service Type=simple User=__APP__ Group=__APP__ -WorkingDirectory=/opt/__APP__/ +WorkingDirectory=/var/www/__APP__/ ExecStart=/usr/bin/vikunja RestartSec=2s Restart=always