Blame SOURCES/cgconfig.service

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