mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
service nfs-kernel-server stop
|
|
kill $(pidof rpcbind)
|
|
service rsyslog stop
|