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