rpcd: fix init script reload action

This commit is contained in:
CN_SZTL 2019-08-16 13:24:26 +08:00
parent 59f45b0e21
commit f34849195e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 3 additions and 7 deletions

2
package/system/rpcd/Makefile Executable file → Normal file
View 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
View File

View 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
}