mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
14 lines
236 B
Text
14 lines
236 B
Text
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name="cgroups manager"
|
|
description="Daemon to manage cgroups"
|
|
|
|
command=/usr/sbin/cgmanager
|
|
command_args="$OPTIONS -m name=system"
|
|
retry=TERM/45
|
|
|
|
depend() {
|
|
need cgroups
|
|
before cgproxy
|
|
}
|