ubuntu-wordpress/start.sh

5 lines
101 B
Bash

#!/bin/bash
service php7.4-fpm start &
service nginx start &
#while true; do sleep 1000; done
/bin/sh