diff --git a/openrc/stepd b/openrc/stepd new file mode 100644 index 0000000..959a72c --- /dev/null +++ b/openrc/stepd @@ -0,0 +1,10 @@ +#!/sbin/openrc-run +name="STEP" +description="An HTTP server that automaticaly executes STEP files" +pidfile="/run/${RC_SVCNAME}.pid" +command="/usr/local/bin/stepd" +command_args="--pid-file ${pidfile} --user step:step" + +depend() { + need net +}