summaryrefslogtreecommitdiff
path: root/pcr/libcgroup/cgrules.service
blob: cd0bf34fb0baa2132f22a7d57bcbda4ded0003a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Control Group rules service
 
# The service should be able to start as soon as possible,
# before any 'normal' services:
DefaultDependencies=no
Conflicts=shutdown.target
Before=basic.target shutdown.target
After=cgconfig.service
 
[Service]
Type=simple
ExecStart=/usr/bin/cgrulesengd -n -f -
 
[Install]
WantedBy=sysinit.target