From 630522aab7877ebe977a88565f6d09bcc5a70528 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 17:47:28 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/systemd.service b/conf/systemd.service index 7dc1001..54dd679 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,6 +7,7 @@ User=__APP__ Group=__APP__ StartLimitInterval=5 StartLimitBurst=10 +WorkingDirectory=__FINALPATH__ ExecStart=__FINALPATH__/AdGuardHome -c __FINALPATH__/AdGuardHome.yaml -p __PORT__ WorkingDirectory=/etc/AdGuardHome