fix systemd service file work dir

This commit is contained in:
Hendrik Schutter 2023-02-26 20:18:51 +01:00
parent 76e74f64e4
commit 62445b426a
1 changed files with 1 additions and 1 deletions

View File

@ -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]