From 0ac5170f2bfe5a023a7ebfe643af64eb12e1c01d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 17 Oct 2022 17:44:03 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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