11 lines
No EOL
212 B
Desktop File
11 lines
No EOL
212 B
Desktop File
[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 |