Files
hw-fbbot/contrib/etc/systemd/system/fbBot.service
Josef Fröhle 41861da83e add systemd service files
collect configiguration together
update README
2020-01-15 15:37:02 +01:00

14 lines
202 B
Desktop File

[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