You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe The Bug:
Homebridge Config UI X not honoring custom shutdown command specified in the config.json file. Pressing the "Shutdown" button on the web interface runs the specified custom reboot command.
Snippit from pm2 Log: | Homebridge-MQTT | [Config] Shutting down linux server with command: "pm2 restart" | Homebridge-MQTT | [Config] Got SIGINT, shutting down Homebridge... | Homebridge-MQTT | [Config] Loaded config.json with 0 accessories and 3 platforms.
[Homebridge continues to run from this point]
Describe The Bug:
Homebridge Config UI X not honoring custom shutdown command specified in the config.json file. Pressing the "Shutdown" button on the web interface runs the specified custom reboot command.
To Reproduce:
"linux": { "shutdown": "pm2 stop", "restart": "pm2 restart" }
into config.json.Expected behavior:
pm2 stops Homebridge instance.
Snippit from pm2 Log:
| Homebridge-MQTT | [Config] Shutting down linux server with command: "pm2 restart"
| Homebridge-MQTT | [Config] Got SIGINT, shutting down Homebridge...
| Homebridge-MQTT | [Config] Loaded config.json with 0 accessories and 3 platforms.
[Homebridge continues to run from this point]
Homebridge Config:
Environment:
The text was updated successfully, but these errors were encountered: