From 2d95cddf0f6acfabde3998ffdbc0171d9a2a2224 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:20:51 -0500 Subject: [PATCH] Update systemd.service Fix systemd executable --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 789716a..4abdff6 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=/var/www/__APP__/ -ExecStart=/usr/bin/vikunja +ExecStart=/var/www/__APP__/vikunja RestartSec=2s Restart=always