aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/dummy-apache2.start
diff options
context:
space:
mode:
Diffstat (limited to 'build/test/dummy-apache2.start')
-rw-r--r--build/test/dummy-apache2.start3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/test/dummy-apache2.start b/build/test/dummy-apache2.start
new file mode 100644
index 0000000..fa1b754
--- /dev/null
+++ b/build/test/dummy-apache2.start
@@ -0,0 +1,3 @@
+#!/bin/bash
+apache2ctl start
+while true; do sleep 10; done