mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
a6b26d9aea
SVN-Revision: 37877
15 lines
152 B
Bash
Executable File
15 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
|
|
}
|