You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libcgroup/files/cgrules.service

17 lines
345 B

[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