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