meza
meza copied to clipboard
Create command to stop serving pages
This could be done by simply doing sudo systemctl stop httpd
but that's not platform independent (it's different on Debian) and it doesn't necessarily disable all world-facing services nor does it work on a multi-server setup.
A command like sudo meza halt <environment>
would be good. sudo meza start <environment>
could start it again.