Skip to content

Init script for Linux

marcoscirea edited this page May 4, 2015 · 1 revision

You can find my init script here: https://github.com/marcoscirea/dmps-init-script

To use, put it in your /etc/init.d folder (or equivalent), then create a file /etc/default/ksp as specified in the ksp script.

Once set up, you can make it start automatically on boot by using the command update-rc.d ksp defaults

I made this for my server on the Raspberry Pi, hopefully it should be useful for somebody else :)

Clone this wiki locally