deploy: add launchctl templates for active apps

This commit is contained in:
lingniu
2026-07-01 12:56:41 +08:00
parent 252aff984c
commit 495ded0547
5 changed files with 218 additions and 7 deletions

View File

@@ -38,6 +38,10 @@
<string>vehicle.event.jt808.v1</string>
<key>KAFKA_TOPIC_JT808_RAW</key>
<string>vehicle.raw.jt808.v1</string>
<key>KAFKA_TOPIC_YUTONG_MQTT_EVENT</key>
<string>vehicle.event.mqtt-yutong.v1</string>
<key>KAFKA_TOPIC_YUTONG_MQTT_RAW</key>
<string>vehicle.raw.mqtt-yutong.v1</string>
<key>TDENGINE_HISTORY_ENABLED</key>
<string>true</string>
<key>TDENGINE_HISTORY_DATABASE</key>
@@ -64,9 +68,9 @@
<string>false</string>
</dict>
<key>StandardOutPath</key>
<string>/tmp/lingniu-history-live/vehicle-history.log</string>
<string>/tmp/lingniu-vehicle-history-live/vehicle-history.log</string>
<key>StandardErrorPath</key>
<string>/tmp/lingniu-history-live/vehicle-history.err.log</string>
<string>/tmp/lingniu-vehicle-history-live/vehicle-history.err.log</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>