File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11Package: chonos-log
2- Version: 25.11.18
2+ Version: 25.11.19
33Priority:
44Architecture: all
55Essential:
Original file line number Diff line number Diff line change 11[chonos-log]
22accept = 3371
3- connect = 127.0.0.1:3271
3+ connect = 127.0.0.1:3274
44cert = /opt/group.chon/lib/tomcat/conf/certs/fullchain.pem
55key = /opt/group.chon/lib/tomcat/conf/certs/privkey.pem
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # EmbedMAS_HOME=/opt/chonos-embMAS
32EmbedMAS_TMP=/tmp/.embedMAS
43EmbedMAS_LOGFILE=$EmbedMAS_TMP /embeddedMAS.log
54mkdir -p $EmbedMAS_TMP
@@ -45,7 +44,7 @@ elif [ "$opt" = "start" ]; then
4544 pid=$$
4645 echo $pid > $EmbedMAS_TMP /chonos-log.pid
4746 echo " [$pid ] Starting ChonOS Log"
48- /usr/bin/tail -f $EmbedMAS_LOGFILE | $WTEE -b * :3271
47+ /usr/bin/tail -f $EmbedMAS_LOGFILE | $WTEE -b * :3274
4948 exit 0
5049elif [ " $opt " = " stop" ]; then
5150 pid=` cat $EmbedMAS_TMP /chonos-log.pid`
You can’t perform that action at this time.
0 commit comments