openrc: Tell stepd to write logs
This commit is contained in:
parent
0f3c563dbf
commit
b41540e091
@ -3,7 +3,7 @@ name="STEP"
|
|||||||
description="An HTTP server that automaticaly executes STEP files"
|
description="An HTTP server that automaticaly executes STEP files"
|
||||||
pidfile="/run/${RC_SVCNAME}.pid"
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
command="/usr/local/bin/stepd"
|
command="/usr/local/bin/stepd"
|
||||||
command_args="--pid-file ${pidfile} --user step:step"
|
command_args="--pid-file ${pidfile} --user step:step --log-directory /var/log/step /srv/www-step"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
Loading…
Reference in New Issue
Block a user