diff options
author | Wynn Wolf Arbor | 2020-05-24 19:24:47 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 19:24:47 +0200 |
commit | 93a7deda1734d5dee44dc963a804dd797bac5fec (patch) | |
tree | c9eecb0ec78dab6c06e4919b45fc751bb6cc0021 /www-misc/slowcgi/files | |
parent | bffc2f868984937e277f60965122b33f30cf17ad (diff) | |
download | pramantha-93a7deda1734d5dee44dc963a804dd797bac5fec.tar.gz |
www-misc/slowcgi: Add 6.7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to '')
-rw-r--r-- | www-misc/slowcgi/files/slowcgi.confd | 1 | ||||
-rw-r--r-- | www-misc/slowcgi/files/slowcgi.initd | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/www-misc/slowcgi/files/slowcgi.confd b/www-misc/slowcgi/files/slowcgi.confd new file mode 100644 index 0000000..89e9e8f --- /dev/null +++ b/www-misc/slowcgi/files/slowcgi.confd @@ -0,0 +1 @@ +SLOWCGI_OPTS="-d -p / -s /run/slowcgi.sock -U caddy -u caddy" diff --git a/www-misc/slowcgi/files/slowcgi.initd b/www-misc/slowcgi/files/slowcgi.initd new file mode 100644 index 0000000..8c983f9 --- /dev/null +++ b/www-misc/slowcgi/files/slowcgi.initd @@ -0,0 +1,9 @@ +#!/sbin/openrc-run +# 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_background=yes +pidfile="/run/${RC_SVCNAME}.pid" |