Skip to content

Instantly share code, notes, and snippets.

@paulD1968
Created August 23, 2014 08:32
Show Gist options
  • Save paulD1968/db1d3d6087ba034d521d to your computer and use it in GitHub Desktop.
Save paulD1968/db1d3d6087ba034d521d to your computer and use it in GitHub Desktop.
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 :
Version: 10
Date: May 2, 2013, 10:12:13 AM
Build: f1554971890cef6...
running Mageia 4 64 bits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment