15 lines
253 B
Desktop File
15 lines
253 B
Desktop File
[Unit]
|
|
Description=cgroup rules generator
|
|
After=network.target cgconfigparser.service
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
Type=forking
|
|
EnvironmentFile=-/etc/cgred.conf
|
|
ExecStart=/usr/sbin/cgrulesengd
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|