2b8f04f848502498e17471dc5470f7c19340d373
[openwrt.git] / package / system / rpcd / files / rpcd.init
1 #!/bin/sh /etc/rc.common
2
3 START=12
4
5 SERVICE_DAEMONIZE=1
6 SERVICE_WRITE_PID=1
7
8 start() {
9         service_start /sbin/rpcd
10 }
11
12 stop() {
13         service_stop /sbin/rpcd
14 }