lldpd: add reload trigger
This is needed to reload the service when calling reload_config, if the UCI config has changed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
		| @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |||||||
|  |  | ||||||
| PKG_NAME:=lldpd | PKG_NAME:=lldpd | ||||||
| PKG_VERSION:=1.0.13 | PKG_VERSION:=1.0.13 | ||||||
| PKG_RELEASE:=2 | PKG_RELEASE:=3 | ||||||
|  |  | ||||||
| PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||||||
| PKG_SOURCE_URL:=https://media.luffy.cx/files/lldpd | PKG_SOURCE_URL:=https://media.luffy.cx/files/lldpd | ||||||
|   | |||||||
| @@ -56,6 +56,10 @@ write_lldpd_conf() | |||||||
| 	[ -e $LLDPD_CONFS_DIR ] || ln -s /etc/lldpd.d $LLDPD_CONFS_DIR | 	[ -e $LLDPD_CONFS_DIR ] || ln -s /etc/lldpd.d $LLDPD_CONFS_DIR | ||||||
| } | } | ||||||
|  |  | ||||||
|  | service_triggers() { | ||||||
|  | 	procd_add_reload_trigger "lldpd" | ||||||
|  | } | ||||||
|  |  | ||||||
| start_service() { | start_service() { | ||||||
|  |  | ||||||
| 	local enable_cdp | 	local enable_cdp | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stijn Tintel
					Stijn Tintel