sysom1/deps/2_nginx/stop.sh

7 lines
70 B
Bash
Executable File

#!/bin/bash
stop_app() {
systemctl stop nginx.service
}
stop_app