Skip to content

Instantly share code, notes, and snippets.

My use is to have Maqetta started when I start my linux box. Installing the service is nice but for some reason on my Mageia flavor it's not working. Therefore I used an alternative way. It doesn't provide logging or restart but it launch it at start up nicely and it's what I want.
My solution:
# crontab -e
in editor insert :
@reboot /opt/maqetta/maqetta.server.sh
save it. When you reboot/ restart your box it will launch maqetta at start.
my version is :