Merge pull request #395 from guidosarducci/master-update-procd-wiki
siproxd: add wiki link and fix debug log capture
This commit is contained in:
commit
be5fa604ad
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=siproxd
|
PKG_NAME:=siproxd
|
||||||
PKG_VERSION:=0.8.2
|
PKG_VERSION:=0.8.2
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/siproxd
|
PKG_SOURCE_URL:=@SF/siproxd
|
||||||
|
@ -39,7 +39,7 @@ define Package/siproxd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/siproxd/description
|
define Package/siproxd/description
|
||||||
Siproxd is a proxy/masquerading daemon for the SIP protocol.
|
Siproxd is a proxy/masquerading daemon for the SIP protocol. Refer to https://openwrt.org/docs/guide-user/services/voip/siproxd for configuration details and examples.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/siproxd/conffiles
|
define Package/siproxd/conffiles
|
||||||
|
|
|
@ -110,6 +110,7 @@ section_end() {
|
||||||
procd_set_param command "$PROG" --config "$conf_file"
|
procd_set_param command "$PROG" --config "$conf_file"
|
||||||
procd_set_param pidfile "$pid_file"
|
procd_set_param pidfile "$pid_file"
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
|
procd_set_param stderr 1
|
||||||
procd_add_jail siproxd log
|
procd_add_jail siproxd log
|
||||||
procd_add_jail_mount /etc/passwd /etc/group /etc/TZ /dev/null
|
procd_add_jail_mount /etc/passwd /etc/group /etc/TZ /dev/null
|
||||||
procd_add_jail_mount "$conf_file"
|
procd_add_jail_mount "$conf_file"
|
||||||
|
|
Loading…
Reference in a new issue