diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..687fb8f --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +#!/bin/sh +service apache2 start & +service zabbix-agent2 start & +/bin/sh \ No newline at end of file