summaryrefslogtreecommitdiff
path: root/cgred.service
diff options
context:
space:
mode:
Diffstat (limited to 'cgred.service')
-rw-r--r--cgred.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/cgred.service b/cgred.service
new file mode 100644
index 0000000..6cfda2b
--- /dev/null
+++ b/cgred.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=CGroups Rules Engine Daemon
+After=syslog.target
+
+[Service]
+Type=forking
+EnvironmentFile=-/etc/sysconfig/cgred
+ExecStart=/sbin/cgrulesengd -n $OPTIONS
+
+[Install]
+WantedBy=multi-user.target