diff options
Diffstat (limited to 'test/integ-test/integ-test-configs/static/rc.local-bootstrap')
-rw-r--r-- | test/integ-test/integ-test-configs/static/rc.local-bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integ-test/integ-test-configs/static/rc.local-bootstrap b/test/integ-test/integ-test-configs/static/rc.local-bootstrap new file mode 100644 index 0000000..084ccc2 --- /dev/null +++ b/test/integ-test/integ-test-configs/static/rc.local-bootstrap @@ -0,0 +1,4 @@ +#!/bin/sh + +/usr/local/sbin/bootstrap > /var/log/bootstrap.log 2>&1 & +exit 0 |