systemd service file
This commit is contained in:
parent
00acc6fcb8
commit
75956c6fa3
@ -3,12 +3,11 @@ 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
|
||||
User=bot
|
||||
ExecStart=python3 /home/bot/irc_monitor/irc_monitor.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user