From b41540e09143f17f2a14ba5d039e95290d521199 Mon Sep 17 00:00:00 2001 From: sashakoshka Date: Wed, 11 Dec 2024 03:17:40 -0500 Subject: [PATCH] openrc: Tell stepd to write logs --- openrc/stepd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrc/stepd b/openrc/stepd index 959a72c..a74f739 100755 --- a/openrc/stepd +++ b/openrc/stepd @@ -3,7 +3,7 @@ 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" +command_args="--pid-file ${pidfile} --user step:step --log-directory /var/log/step /srv/www-step" depend() { need net