milis/talimatname/temel-ek/nfs-utils/nfs-utils.service.kur-kos

9 lines
146 B
Text
Raw Normal View History

2016-02-26 05:22:34 +02:00
if [ ! -f /etc/sysconfig/nfs-server ]; then
cat > /etc/sysconfig/nfs-server << "EOF"
2016-02-24 02:27:23 +02:00
PORT="2049"
PROCESSES="8"
QUOTAS="no"
KILLDELAY="10"
EOF
fi