aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/slowcgi/files/slowcgi.initd
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/slowcgi/files/slowcgi.initd')
-rw-r--r--www-misc/slowcgi/files/slowcgi.initd3
1 files changed, 1 insertions, 2 deletions
diff --git a/www-misc/slowcgi/files/slowcgi.initd b/www-misc/slowcgi/files/slowcgi.initd
index 8c983f9..1aff8fb 100644
--- a/www-misc/slowcgi/files/slowcgi.initd
+++ b/www-misc/slowcgi/files/slowcgi.initd
@@ -2,8 +2,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-name="${RC_SVCNAME}"
command="slowcgi"
-command_args="${SLOWCGI_OPTS}"
+command_args="-d -p \"${SLOWCGI_CHROOT:-/}\" -s \"/run/${RC_SVCNAME}.sock\" -U slowcgi -u slowcgi"
command_background=yes
pidfile="/run/${RC_SVCNAME}.pid"