git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d7f42a4
)
i2pd: add service reload support
author
R4SAS I2P
<redacted>
Mon, 7 Feb 2022 19:19:14 +0000
(19:19 +0000)
committer
Rosen Penev
<redacted>
Tue, 8 Feb 2022 05:29:08 +0000
(21:29 -0800)
Signed-off-by: R4SAS I2P <redacted>
net/i2pd/Makefile
patch
|
blob
|
history
net/i2pd/files/i2pd.init
patch
|
blob
|
history
diff --git
a/net/i2pd/Makefile
b/net/i2pd/Makefile
index f9edb00adcbce51b18eddaf5e57f1c78121cbd1f..a28adbb6142f89128e9e351339e7e3123e462eb7 100644
(file)
--- a/
net/i2pd/Makefile
+++ b/
net/i2pd/Makefile
@@
-11,7
+11,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=i2pd
PKG_VERSION:=2.40.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_BUILD_PARALLEL:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git
a/net/i2pd/files/i2pd.init
b/net/i2pd/files/i2pd.init
index abca8824e5778bb2f379d510b74d1b85551009c1..b6a4de8a9660f027213229748ebf9222bd04ee8a 100755
(executable)
--- a/
net/i2pd/files/i2pd.init
+++ b/
net/i2pd/files/i2pd.init
@@
-75,3
+75,7
@@
start_service() {
config_load "i2pd"
config_foreach start_instance "i2pd"
}
+
+reload_service() {
+ procd_send_signal i2pd
+}
git clone https://git.99rst.org/PROJECT