Add procprotect as a systemctl service
[procprotect.git] / procprotect.service
diff --git a/procprotect.service b/procprotect.service
new file mode 100644 (file)
index 0000000..b5e410e
--- /dev/null
@@ -0,0 +1,11 @@
+[Unit]
+Description=procprotect module
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/sbin/modprobe procprotect
+ControlGroup=cpu:/
+
+[Install]
+WantedBy=multi-user.target