mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Closes: https://bugs.gentoo.org/632204 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Signed-off-by: Michał Górny <mgorny@gentoo.org>
17 lines
345 B
Desktop File
17 lines
345 B
Desktop File
[Unit]
|
|
Description=Control Group rules service
|
|
|
|
# The service should be able to start as soon as possible,
|
|
# before any 'normal' services:
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
Before=basic.target shutdown.target
|
|
After=cgconfig.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/cgrulesengd -n -f -
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|