IP Checker

> Adding README.md
> Adding ip_checker.service
This commit is contained in:
Eugene Amos 2023-12-01 23:20:24 -08:00
parent 15d791148f
commit f10782200d
2 changed files with 14 additions and 0 deletions

0
ip_checker/README.md Normal file
View File

View File

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