Change npd to use tmpfs for its working files

This commit is contained in:
Maniacikarus
2008-11-15 16:18:12 +01:00
parent 07400d4b2a
commit 9e44c671f9
4 changed files with 27 additions and 21 deletions

View File

@@ -25,6 +25,10 @@ case "$1" in
if [ ! -e /var/lock/subsys ]; then
mkdir -p /var/lock/subsys
fi
if [ ! -e /var/lock/time ]; then
mkdir -p /var/lock/time
chown nobody.root /var/lock/time
fi
if [ ! -e /var/run/clamav ]; then
mkdir -p /var/run/clamav
chown clamav:clamav /var/run/clamav