diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-11-07 14:31:29 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-03-04 09:16:43 +0100 |
commit | e7f1313bbbf44e529e5de40045b191e026af6b7b (patch) | |
tree | 0e340ac0c379b04f1bf76dabb8c1d0de20479a14 /package/system/rpcd/Makefile | |
parent | f6f0cd54a2e5bef1c9c7ea9899badc8e2c93d58c (diff) | |
download | upstream-e7f1313bbbf44e529e5de40045b191e026af6b7b.tar.gz upstream-e7f1313bbbf44e529e5de40045b191e026af6b7b.tar.bz2 upstream-e7f1313bbbf44e529e5de40045b191e026af6b7b.zip |
rpcd: add respawn param
The rpcd service is an important service, but if the service stops
working for any reason, no one will ever respawn that service. With this
commit, the procd service will monitor if the rpcd service
is running. If the rpcd service has crashed, then
procd respawns the rpcd service.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 432ec292ccc8b634facacbd018d08947d204225a)
Diffstat (limited to 'package/system/rpcd/Makefile')
-rw-r--r-- | package/system/rpcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index 853554b5a0..653c859ba1 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -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 |