summaryrefslogtreecommitdiff
path: root/www-servers/nginx-unit/files/nginx-unit.initd
blob: f7bd33af9334f999e3e1563b8228e0e4f171ce6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command="/usr/sbin/unitd"
pidfile="/run/nginx-unit.pid"

depend() {
	use dns logger netmount
}

start_pre() {
	checkpath -d /var/lib/nginx-unit -o root:root -m 0770
}