rpcd: fix init script reload action
This commit is contained in:
parent
59f45b0e21
commit
f34849195e
2
package/system/rpcd/Makefile
Executable file → Normal file
2
package/system/rpcd/Makefile
Executable file → Normal file
@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=rpcd
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
|
||||
|
||||
0
package/system/rpcd/files/rpcd.config
Executable file → Normal file
0
package/system/rpcd/files/rpcd.config
Executable file → Normal file
@ -15,10 +15,6 @@ start_service() {
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /sbin/rpcd
|
||||
}
|
||||
|
||||
reload() {
|
||||
service_reload /sbin/rpcd
|
||||
reload_service() {
|
||||
procd_send_signal rpcd
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user