mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifimngr: restart alljoyn and start wifimngr with postinst
This commit is contained in:
parent
b8cba588e7
commit
cdf871983e
1 changed files with 5 additions and 0 deletions
|
|
@ -36,4 +36,9 @@ define Package/wifimngr/install
|
|||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wifimngr $(1)/sbin/
|
||||
endef
|
||||
|
||||
define Package/wifimngr/postinst
|
||||
/etc/init.d/alljoyn restart
|
||||
pidof alljoyn-daemon >/dev/null && wifimngr &
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,wifimngr))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue