humble-bot/examples/humble-bot.service

11 lines
212 B
SYSTEMD
Raw Normal View History

2023-07-07 09:25:27 +02:00
[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