Help setting up GPIO and OneWire #121
Unanswered
CrazyIvan359
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
command id:
command ls -lha:
service file: [Unit]
Description=MQTTany service
After=syslog.target network.target
[Service]
#Type=simple
Type=forking
#User=openhabian
#Group=openhabian
WorkingDirectory=/opt/mqttany/mqttany
ExecStart=/usr/bin/python3 /opt/mqttany/mqttany/mqttany.py
Restart=on-failure
RestartSec=10
TimeoutStopSec=30
;StandardOutput=syslog
;StandardError=syslog
[Install]
WantedBy=multi-user.target |
Beta Was this translation helpful? Give feedback.
0 replies
-
some more infos:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Original discussion started in #120
EKNYESE please provide the following information so we can get your installation working:
Run the command
id
and put the result in code fences like thisRun the command
ls -lha
in the folder you cloned MQTTany into (default/opt/mqttany
) and put the result in code fences like above.Put the contents of the service file you setup to have MQTTany start at boot (should be
/etc/systemd/system/mqttany.service
) in code fences like thisBeta Was this translation helpful? Give feedback.
All reactions