a6b26d9aea
SVN-Revision: 37877
14 lines
152 B
Bash
Executable file
14 lines
152 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
|
|
START=12
|
|
|
|
SERVICE_DAEMONIZE=1
|
|
SERVICE_WRITE_PID=1
|
|
|
|
start() {
|
|
service_start /sbin/rpcd
|
|
}
|
|
|
|
stop() {
|
|
service_stop /sbin/rpcd
|
|
}
|