diff --git a/conf/systemd.service b/conf/systemd.service index 583c9dd..3b0e0f2 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ AssertPathExists=__DATADIR__ Type=simple User=__APP__ Group=__APP__ -WorkingDirectory=__CONFIG_PATH__/ +WorkingDirectory=__DATADIR__/ ExecStart=__FINALPATH__/__APP__ --configfile "__DATADIR__/navidrome.toml" TimeoutStopSec=20 KillMode=process