Skip to content

Commit

Permalink
fix default ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
djnym committed Feb 11, 2018
1 parent f1b8984 commit e501854
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.1.1 (anthonym)
* fix default ip addresss

Version 1.1.0 (anthonym)
* allow the service to be run under systemd

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.59])
AC_INIT([lwes-journaller-service], [1.1.0], [[email protected]])
AC_INIT([lwes-journaller-service], [1.1.1], [[email protected]])

AM_INIT_AUTOMAKE([foreign])

Expand Down
2 changes: 1 addition & 1 deletion etc/sysconfig/lwes-journaller
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ fi
DAEMON_COREFILE_LIMIT='unlimited'

# options for journaller
OPTIONS="--address=172.0.0.1 --port=22222 --real-time --log-level=15 --log-file=/var/log/lwes-journaller/lwes-journaller.log --user=journaller --thread-type=$model --mondemand-ip=$MONDEMAND_ADDR --mondemand-port=$MONDEMAND_PORT --mondemand-ttl=$MONDEMAND_TTL /var/lib/lwes-journaller/journals/outbound/all_events.log.gz"
OPTIONS="--address=127.0.0.1 --port=22222 --real-time --log-level=15 --log-file=/var/log/lwes-journaller/lwes-journaller.log --user=journaller --thread-type=$model --mondemand-ip=$MONDEMAND_ADDR --mondemand-port=$MONDEMAND_PORT --mondemand-ttl=$MONDEMAND_TTL /var/lib/lwes-journaller/journals/outbound/all_events.log.gz"

0 comments on commit e501854

Please sign in to comment.