7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Make sure the portmap service is running.
|
|
sv check rpcbind >/dev/null || exit 1
|
|
|
|
exec rpc.statd -F -d
|