[Unit] Description=MQTT ASE Receiver manager After=network.target After=mosquitto.service After=password_wallet.service Wants=password_wallet.service [Service] WorkingDirectory=/var/lib/mosquitto ExecStart=/var/lib/mosquitto/.venv/bin/python3 /var/lib/mosquitto/control_mqtt.py EnvironmentFile=/var/lib/mosquitto/data/.env Restart=always SyslogIdentifier=control_mqtt [Install] WantedBy=multi-user.target