Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
b1567e2c
Commit
b1567e2c
authored
Dec 19, 2018
by
Michael Ott
Browse files
Use hostname also for MQTT listen interface
parent
cb4380de
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/collectagent.service
View file @
b1567e2c
...
...
@@ -4,7 +4,7 @@ After=cassandra.service
[Service]
Environment
=
LD_LIBRARY_PATH=%DCDB_PREFIX%/lib
ExecStart
=
%DCDB_PREFIX%/bin/collectagent -m
0.0.0.0 -r 0.0.0.0 -c %H
ExecStart
=
%DCDB_PREFIX%/bin/collectagent -m
%H -c %H %DCDB_PREFIX%/etc
StandardOutput
=
journal
StandardError
=
journal
Restart
=
always
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment