13 lines
294 B
Plaintext
Executable File
13 lines
294 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
name="STEP"
|
|
description="An HTTP server that automaticaly executes STEP files"
|
|
command="/usr/local/bin/stepd"
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
command_background=true
|
|
command_user="step:step"
|
|
command_args="--log-directory /var/log/step /srv/www-step"
|
|
|
|
depend() {
|
|
need net
|
|
}
|