Inspector

> Renamed service file
This commit is contained in:
Eugene Amos 2023-12-04 13:39:41 -08:00
parent e9ab9b6c29
commit 430868c3f5

View File

@ -5,7 +5,7 @@ After=network-online.target
# Change [username] with your own. # Change [username] with your own.
[Service] [Service]
ExecStart=/usr/bin/python3 /home/[username]/scripts/inspector/inspector.py ExecStart=/usr/bin/python3 /home/[username]/scripts/inspector/inspector_qbitt.py
WorkingDirectory=/home/[username]/scripts/inspector WorkingDirectory=/home/[username]/scripts/inspector
Restart=always Restart=always
User=[username] User=[username]