mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +02:00
6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
umount -l /proc/fs/nfsd
|
|
umount -l /var/lib/nfs/rpc_pipefs
|
|
rpc.nfsd -- 0
|
|
exportfs -a -u
|