Initial commit
This commit is contained in:
13
init/paxctld.conf
Normal file
13
init/paxctld.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
description "PaX flags maintenance daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
console none
|
||||
|
||||
pre-start script
|
||||
test -x /sbin/paxctld || { stop; exit 0; }
|
||||
end script
|
||||
|
||||
exec /sbin/paxctld
|
||||
|
||||
Reference in New Issue
Block a user