systemd service file
This commit is contained in:
parent
00acc6fcb8
commit
75956c6fa3
@ -3,12 +3,11 @@ Description=IRC Devices availaibility check
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
StartLimitIntervalSec=0[Service]
|
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
User=bridgebot
|
User=bot
|
||||||
ExecStart=python3 /irc_monitor/irc_monitor.py
|
ExecStart=python3 /home/bot/irc_monitor/irc_monitor.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user