vikunja/pkg/config
kolaente d3cbc4fc4f fix: prefer working directory for service.rootpath default
When running as a systemd service, the binary is often in /usr/local/bin
but WorkingDirectory points to a data directory like /var/lib/vikunja.
Previously, rootpath defaulted to the binary's directory, causing
Vikunja to attempt creating files/db in /usr/local/bin.

Now os.Getwd() is preferred, which respects systemd's WorkingDirectory
and is the intuitive default for all deployment scenarios.
2026-03-09 16:02:05 +01:00
..
config.go fix: prefer working directory for service.rootpath default 2026-03-09 16:02:05 +01:00
config_test.go fix: prefer working directory for service.rootpath default 2026-03-09 16:02:05 +01:00