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.initd9
1 files changed, 9 insertions, 0 deletions
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"