meza icon indicating copy to clipboard operation
meza copied to clipboard

Create command to stop serving pages

Open jamesmontalvo3 opened this issue 5 years ago • 0 comments

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.

jamesmontalvo3 avatar Mar 04 '19 16:03 jamesmontalvo3