aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/slowcgi/files/slowcgi.confd
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-27 13:03:44 +0200
committerWynn Wolf Arbor2020-05-27 13:03:44 +0200
commit6c8d163eabc9fa5f5152115d8520853de599ea03 (patch)
treee9e8d93b597967cf7002b71dbb9ed341f8702ddf /www-misc/slowcgi/files/slowcgi.confd
parent2bba0e5eb6e39b29d2c819bf329bb72179f1518a (diff)
downloadpramantha-6c8d163eabc9fa5f5152115d8520853de599ea03.tar.gz
www-misc/slowcgi: Simplify init script and configuration
Use a single variable indicating the chroot(2) directory instead of relying on the user to provide the full set of command arguments. Additionally, use /run/${RC_SVCNAME}.sock for the socket path, enabling multiple slowcgi instances to run in parallel. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'www-misc/slowcgi/files/slowcgi.confd')
-rw-r--r--www-misc/slowcgi/files/slowcgi.confd3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-misc/slowcgi/files/slowcgi.confd b/www-misc/slowcgi/files/slowcgi.confd
index 8cef8a4..861fff1 100644
--- a/www-misc/slowcgi/files/slowcgi.confd
+++ b/www-misc/slowcgi/files/slowcgi.confd
@@ -1 +1,2 @@
-SLOWCGI_OPTS="-d -p / -s /run/slowcgi.sock -U slowcgi -u slowcgi"
+# To change the directory slowcgi will chroot(2) into, set SLOWCGI_CHROOT.
+# If unset, slowcgi will use /, effectively disabling the chroot.