aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/slowcgi/files/slowcgi.initd
blob: 8c983f92fa4ed4935dac8e22fa9526640ae2c86d (plain) (blame)
1
2
3
4
5
6
7
8
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"