aboutsummaryrefslogtreecommitdiffstats
path: root/community/cgmanager/cgproxy.initd
blob: e8e5cc351fd55afc949d79d62bacd5316e150595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
supervisor=supervise-daemon

name="cmanager system-bus proxy"
description="D-Bus proxy for cgmanager"

command=/usr/sbin/cgproxy
command_args="$OPTIONS"
retry=TERM/45

depend() {
	need cgmanager dbus
}