docker/nfs/nfs.stop
2017-05-17 14:27:08 +08:00

6 lines
87 B
Bash
Executable File

#!/bin/bash
service nfs-kernel-server stop
kill $(pidof rpcbind)
service rsyslog stop