add systemd service file
This commit is contained in:
parent
3b8d4916eb
commit
612b484daa
1 changed files with 11 additions and 0 deletions
11
examples/humble-bot.service
Normal file
11
examples/humble-bot.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Humble Bot
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/local/bin/humble-bot daemon --config /etc/humble-bot/config.yaml
|
||||||
|
User=humble-bot
|
||||||
|
Group=humble-bot
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue