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