aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/slowcgi/files/slowcgi.initd
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-05 21:30:06 +0200
committerWynn Wolf Arbor2020-06-05 21:30:06 +0200
commit27ba803309c2b69a71d5d3e85fc641327ac6f1cc (patch)
treeaf32e458d51b93c4cfe862c50672d66e859e9c3b /www-misc/slowcgi/files/slowcgi.initd
parent65b8c75e6ffce369e92716014d504d00a6488990 (diff)
downloadpramantha-27ba803309c2b69a71d5d3e85fc641327ac6f1cc.tar.gz
www-misc/slowcgi: Bump to 6.7-r3
Include a patch that adds support for running in the foreground without also enabling debug support. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'www-misc/slowcgi/files/slowcgi.initd')
-rw-r--r--www-misc/slowcgi/files/slowcgi.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/slowcgi/files/slowcgi.initd b/www-misc/slowcgi/files/slowcgi.initd
index 1aff8fb..b21dd71 100644
--- a/www-misc/slowcgi/files/slowcgi.initd
+++ b/www-misc/slowcgi/files/slowcgi.initd
@@ -3,6 +3,6 @@
# Distributed under the terms of the GNU General Public License v2
command="slowcgi"
-command_args="-d -p \"${SLOWCGI_CHROOT:-/}\" -s \"/run/${RC_SVCNAME}.sock\" -U slowcgi -u slowcgi"
+command_args="-f -p \"${SLOWCGI_CHROOT:-/}\" -s \"/run/${RC_SVCNAME}.sock\" -U slowcgi -u slowcgi"
command_background=yes
pidfile="/run/${RC_SVCNAME}.pid"