|
[Unit]
|
|
Description=TG bot for remote server offline checking
|
|
After=network.target
|
|
|
|
[Service]
|
|
user=root
|
|
WorkingDirectory=/root/pyOfflineNotifyer
|
|
ExecStart=/usr/bin/python3 /root/pyOfflineNotifyer/main.py
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|