Blame SOURCES/cgconfig.service

308897
[Unit]
308897
Description=Control Group configuration service
308897
308897
# The service should be able to start as soon as possible,
308897
# before any 'normal' services:
308897
DefaultDependencies=no
308897
Conflicts=shutdown.target
308897
Before=basic.target shutdown.target
308897
308897
[Service]
308897
Type=oneshot
308897
RemainAfterExit=yes
308897
Delegate=yes
308897
ExecStart=/usr/sbin/cgconfigparser -l /etc/cgconfig.conf -L /etc/cgconfig.d -s 1664
308897
ExecStop=/usr/sbin/cgclear -l /etc/cgconfig.conf -L /etc/cgconfig.d -e
308897
308897
[Install]
308897
WantedBy=sysinit.target