mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 03:48:15 +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
|