Compare commits
2 Commits
877006e494
...
7038c3859e
Author | SHA1 | Date | |
---|---|---|---|
7038c3859e | |||
2bf0e72b45 |
@ -24,6 +24,12 @@ kafka:
|
||||
general: 0
|
||||
version: 2.6.3
|
||||
|
||||
# log metrics information after every sampleInterval record consumed
|
||||
metrics:
|
||||
sampleInterval:
|
||||
gps: 100
|
||||
general: 100
|
||||
|
||||
# aws:
|
||||
# config:
|
||||
# region: us-east-1
|
||||
|
@ -7,7 +7,7 @@ Environment="TZ=Asia/Shanghai"
|
||||
Environment="JAVA_HOME=/usr/local/jdk1.8.0"
|
||||
User=ubuntu
|
||||
WorkingDirectory=/opt/cap/fms-core/fms-core
|
||||
ExecStart=/opt/cap/fms-core/fms-core/bin/fms -Dconfig.file=../dev.conf -Dlogger.file=../logback.xml
|
||||
ExecStart=/opt/cap/fms-core/fms-core/bin/fms -Dhttp.port=9000 -Dconfig.file=../dev.conf -Dlogger.file=../logback.xml
|
||||
SuccessExitStatus=143
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user