Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

После сбоя питания модуль считает, что брокер не работает #39

Open
Anton2048 opened this issue Dec 30, 2021 · 1 comment

Comments

@Anton2048
Copy link

Anton2048 commented Dec 30, 2021

После сбоя питания (отключения и включения на работающей системе) модуль показывает, что брокер находится в режиме OFFLINE. Хотя на самом деле брокер MQTT работает. Перезагрузка через терминал приводит все в норму. Система установлена на Raspberry Pi 4B+.

@dx168b
Copy link
Contributor

dx168b commented Nov 13, 2022

Раньше было такое. Я в сервисе Majordomo прописал зависимость сервиса от других:
в зависимость должны попасть mysql, apache (или nginx) и mosquitto (или иной брокер).
Файл majordomo.service:

`[Unit]
Description=Majordomo cycles service
Requires=network.target mysql.service apache2.service mosquitto
After=mysql.service apache2.service mosquitto

[Service]
Type=simple
User=www-data
Group=www-data
ExecStart=/usr/bin/php /media/sdata/server/majordomo/cycle.php
ExecStop=/usr/bin/pkill -f cycle_*

KillSignal=SIGKILL
KillMode=control-group
RestartSec=1min
Restart=on-failure

[Install]
WantedBy=multi-user.target`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants