From 77c172b823b64ebface655681ab0749b9d2f7081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Fri, 13 Apr 2018 16:30:31 -0700 Subject: First public commit --- test/integ-test/integ-test-configs/static/rc.local-bootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/integ-test/integ-test-configs/static/rc.local-bootstrap (limited to 'test/integ-test/integ-test-configs/static/rc.local-bootstrap') 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 -- cgit v1.2.3