From 75537732366d03d23fa527ac0f65b88290c490d6 Mon Sep 17 00:00:00 2001 From: cynic Date: Mon, 31 Oct 2022 12:42:47 -0400 Subject: [PATCH] set service working directory --- tools/cathedral.service | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cathedral.service b/tools/cathedral.service index 9be7601..127aa49 100644 --- a/tools/cathedral.service +++ b/tools/cathedral.service @@ -5,6 +5,7 @@ Documentation=https://github.com/kurisufriend/cathedral [Service] User=cathedral Group=cathedral +WorkingDirectory=/var/cathedral ExecStart=python3 /var/cathedral/main.py --cfg /var/cathedral/config.json Restart=always