diff --git a/examples/humble-bot.service b/examples/humble-bot.service new file mode 100644 index 0000000..c0574e6 --- /dev/null +++ b/examples/humble-bot.service @@ -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 \ No newline at end of file