aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/slowcgi/files/slowcgi.initd
blob: b21dd71c29c8b89ad3ba63a5f888dd0dca71b36b (plain) (blame)
1
2
3
4
5
6
7
8
#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command="slowcgi"
command_args="-f -p \"${SLOWCGI_CHROOT:-/}\" -s \"/run/${RC_SVCNAME}.sock\" -U slowcgi -u slowcgi"
command_background=yes
pidfile="/run/${RC_SVCNAME}.pid"