fix systemd service file work dir
parent
76e74f64e4
commit
62445b426a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue