mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
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
|