Blame SOURCES/cgconfig.service

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