systemd service file
This commit is contained in:
parent
53e7c01a3c
commit
3ba895d33a
13
irc_pc_info.service
Normal file
13
irc_pc_info.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=IRC pc info check
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=bridgebot
|
||||
ExecStart=/usr/bin/python3 /home/bridgebot/irc_pc_info_bot/bot.py #main GandC_central_stat 10.200.201.4
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
x
Reference in New Issue
Block a user