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

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
}