diff --git a/mystart-script.sh b/mystart-script.sh new file mode 100755 index 0000000..52cf7d6 --- /dev/null +++ b/mystart-script.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "starting apache2" +/sbin/apachectl start