Inspector

> updated README
> addling inspector.service
This commit is contained in:
Eugene Amos 2023-12-01 23:18:07 -08:00
parent 6fece7cca2
commit 0037934460
2 changed files with 14 additions and 0 deletions

0
inspector/README.md Normal file
View File

View File

@ -0,0 +1,14 @@
[Unit]
Description=Inspector Service
Wants=network-online.target
After=network-online.target
# Change [username] with your own.
[Service]
ExecStart=/usr/bin/python3 /home/[username]/scripts/inspector/inspector.py
WorkingDirectory=/home/[username]/scripts/inspector
Restart=always
User=[username]
[Install]
WantedBy=multi-user.target