Initial commit

This commit is contained in:
GandC Snow
2021-10-18 15:50:05 +03:00
commit 531734ea15
3 changed files with 103 additions and 0 deletions

14
irc_monitor.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=IRC Devices availaibility check
After=network.target
[Service]
StartLimitIntervalSec=0[Service]
Type=simple
Restart=always
RestartSec=1
User=bridgebot
ExecStart=python3 /irc_monitor/irc_monitor.py
[Install]
WantedBy=multi-user.target