Skip to content

Commit 9bda71d

Browse files
authored
Merge pull request #21 from sy-c/master
v1.3.2
2 parents dbc822a + a8e6663 commit 9bda71d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

doc/releaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ This file describes the main feature changes for each InfoLogger released versio
88
## v1.3.1 - 14/06/2019
99
- Fix in infoBrowser level filtering to match documentation.
1010
- Added documentation on the database structure.
11+
12+
## v1.3.2 - 17/06/2019
13+
- Added systemd install target for infoLogger services, to start them at boot time.
14+

infoLoggerD.service

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ ExecStop=/usr/bin/kill -s SIGTERM $MAINPID
1010
GuessMainPID=1
1111
Restart=always
1212

13-
13+
[Install]
14+
WantedBy=multi-user.target

infoLoggerServer.service

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ ExecStart=/opt/o2-modules/bin/infoLoggerServer -z file:/etc/infoLogger.cfg
1010
ExecStop=/usr/bin/kill -s SIGTERM $MAINPID
1111
GuessMainPID=1
1212
Restart=always
13+
14+
[Install]
15+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)