11 lines
212 B
SYSTEMD
11 lines
212 B
SYSTEMD
|
[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
|