add systemd service files

collect configiguration together
update README
This commit is contained in:
2020-01-15 14:48:44 +01:00
parent d31c1ae72d
commit 41861da83e
6 changed files with 68 additions and 48 deletions

View 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