add systemd service files
collect configiguration together update README
This commit is contained in:
13
contrib/etc/systemd/system/fbBot.service
Normal file
13
contrib/etc/systemd/system/fbBot.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=HW FB Bot service
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
ExecStart=/usr/local/bin/fbBot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user