wurstmineberg / wurstminebot

IRC bot for Minecraft
http://wiki.wurstmineberg.de/Wurstminebot
MIT License
3 stars 1 forks source link

Daemon handling #32

Open felinira opened 9 years ago

felinira commented 9 years ago

At the moment the bot does have a daemonize option but it is poorly written and horrible. I would suggest to remove it for 4.0 and just let systemd or similar daemon runtime monitoring tools handle this. No need to duplicate things badly here.

fenhl commented 9 years ago

Agreed. Since we are going to use Python 3.4 features anyway (which on our server means waiting for the Debian jessie release), moving to systemd is acceptable. Similarly, the goal is to split init-minecraft into the minecraft and wmb Python libs and a clean systemd init script.