Initial commit
This commit is contained in:
14
irc_monitor.service
Normal file
14
irc_monitor.service
Normal 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
|
||||
Reference in New Issue
Block a user