We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8923ee2 commit 18a8239Copy full SHA for 18a8239
workpulse/service.py
@@ -288,7 +288,7 @@ def generate_mqtt_service_unit(self) -> str:
288
if workpulse_cmd:
289
mqtt_start_cmd = f"{workpulse_cmd} mqtt start"
290
else:
291
- mqtt_start_cmd = f"{python} -m workpulse mqtt start"
+ mqtt_start_cmd = f"{python} -m workpulse mqtt start local"
292
293
unit_content = f"""[Unit]
294
Description={self.MQTT_SERVICE_DESCRIPTION}
0 commit comments