From 62445b426a7acd535838752b60e1b10f623a5645 Mon Sep 17 00:00:00 2001 From: localhorst Date: Sun, 26 Feb 2023 20:18:51 +0100 Subject: [PATCH] fix systemd service file work dir --- scripts/mac-watcher.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mac-watcher.service b/scripts/mac-watcher.service index 70243d7..853e253 100644 --- a/scripts/mac-watcher.service +++ b/scripts/mac-watcher.service @@ -8,7 +8,7 @@ RestartSec=2s Type=oneshot User=root Group=root -WorkingDirectory=/home/hendrik/git/mac_watcher/ +WorkingDirectory=/opt/mac_watcher/ ExecStart=/usr/bin/python3 /opt/mac_watcher/mac_watcher.py [Install]