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
{{ message }}
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.
I see that you have a "reboot" button in the System menu - can you also add a "shutdown" button?
I also don't think the "reboot" button does a reboot as cleanly as what's built into OctoPrint? I think both the reboot and shutdown buttons should look for commands defined in the "server:" portion of the config.yaml (as shown below)
server:
commands:
serverRestartCommand: sudo service octoprint restart
systemRestartCommand: sudo shutdown -r now
systemShutdownCommand: sudo shutdown -h now
The text was updated successfully, but these errors were encountered:
I see that you have a "reboot" button in the System menu - can you also add a "shutdown" button?
I also don't think the "reboot" button does a reboot as cleanly as what's built into OctoPrint? I think both the reboot and shutdown buttons should look for commands defined in the "server:" portion of the config.yaml (as shown below)
The text was updated successfully, but these errors were encountered: