diff --git a/roles/vikunja/templates/systemd-unit.j2 b/roles/vikunja/templates/systemd-unit.j2 index 66474fe..fa0cd7c 100644 --- a/roles/vikunja/templates/systemd-unit.j2 +++ b/roles/vikunja/templates/systemd-unit.j2 @@ -9,7 +9,7 @@ Group={{var_vikunja_user}} RestartSec=2s Type=simple WorkingDirectory={{var_vikunja_directory}} -ExecStart=/usr/bin/vikunja +ExecStart={{var_vikunja_directory}}/vikunja Restart=always [Install]