6 lines
115 B
Bash
Executable file
6 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
|