FM-17 / poglink

A bot that integrates the ARK Web API with Discord.
MIT License
12 stars 4 forks source link

Setup instructions should include running native python code as a service. #34

Closed travipross closed 2 years ago

travipross commented 2 years ago

Docker-compose can manage the lifecycle of the program when running in Docker, but there are no corresponding instructions for keeping the bot alive between reboots if running natively in python.

Ideally include instructions for configuring a basic systemd service; possibly also include a helper install-service.sh script.

Note: Should also update docker-compose instructions to include a restart: unless-stopped option.