changeset 2491:0fbd68ddd363

More updates.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Apr 2023 12:54:06 +0300
parents 4f2cda3224f8
children 972cd6162ea9
files scripts/mapsearch.sysvinit.cfg
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/mapsearch.sysvinit.cfg	Tue Apr 18 12:49:10 2023 +0300
+++ b/scripts/mapsearch.sysvinit.cfg	Tue Apr 18 12:54:06 2023 +0300
@@ -19,6 +19,12 @@
 # Cache data directory, if -U/-G is used this needs write permission for that user/group
 MAPSEARCH_DIR="/var/cache/mapsearch"
 
+# Mapsearch binary location, default is /usr/sbin/mapsearch
+#MAPSEARCH_BIN="/usr/sbin/mapsearch"
+
+# PID file location
+#MAPSEARCH_PIDFILE="/var/run/mapsearch.pid"
+
 
 # Set world center / origin
 MAPSEARCH_OPTS="$MAPSEARCH_OPTS -w 8192:8192"