diff --git a/map-agent/Makefile b/map-agent/Makefile index 1199aea44..fe07234f5 100644 --- a/map-agent/Makefile +++ b/map-agent/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-agent -PKG_VERSION:=6.3.5.4 +PKG_VERSION:=6.3.5.5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=2ed08bae7f22d08dc868d03c28777a44fc637093 +PKG_SOURCE_VERSION:=db154c12756d6057b119c0643c144ed13b45cb07 PKG_MAINTAINER:=Jakob Olsson PKG_LICENSE:=BSD-3-Clause diff --git a/map-agent/files/etc/init.d/mapagent b/map-agent/files/etc/init.d/mapagent index b7526ff67..10903cd22 100755 --- a/map-agent/files/etc/init.d/mapagent +++ b/map-agent/files/etc/init.d/mapagent @@ -203,7 +203,7 @@ start_service() { procd_open_instance create_dir - procd_set_param command "/usr/sbin/mapagent" "-d" + procd_set_param command "/usr/sbin/mapagent" "-d" "-o" "/tmp/mapagent.log" "-f" procd_set_param respawn # procd_set_param stdout 1 # procd_set_param stderr 1