summaryrefslogtreecommitdiff
blob: 48faf787c938d77d68fd28b23d23904810fe2109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="Control Group manager daemon"
pidfile="/run/cgmanager.pid"
command="/usr/sbin/cgmanager"
command_args="-m name=systemd"
command_background="yes"
retry="TERM/45"

depend() {
	before cgproxy
}