view host/stop_nginx.sh @ 1770:6c01d54edcac

logging
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 15 Jun 2023 17:55:47 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;