]> git.pld-linux.org Git - packages/libcgroup.git/blame - cgconfig.service
- rel 2; mount tmpfs for /sys/fs/cgroup if not already mounted
[packages/libcgroup.git] / cgconfig.service
CommitLineData
9166bcc3
JR
1[Unit]
2Description=Control Group configuration service
3
4# The service should be able to start as soon as possible,
5# before any 'normal' services:
6DefaultDependencies=no
7Conflicts=shutdown.target
8Before=basic.target shutdown.target
9
10[Service]
11Type=oneshot
12RemainAfterExit=yes
13ExecStart=/sbin/cgconfigparser -l /etc/cgconfig.conf -s 664
14ExecStop=/sbin/cgclear -l /etc/cgconfig.conf -e
15
16[Install]
17WantedBy=sysinit.target
This page took 0.049451 seconds and 4 git commands to generate.