Fixed a typo
[procprotect.git] / procprotect.service
1 [Unit]
2 Description=procprotect module
3 After=syslog.target network.target
4
5 [Service]
6 Type=forking
7 ExecStart=/usr/sbin/procprotect.init
8 ControlGroup=cpu:/
9
10 [Install]
11 WantedBy=multi-user.target