From bcc478c94ec3fa819f53e403956114f384481a1e Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 2 Dec 2019 19:03:01 -0600 Subject: Start of commissioning recipe --- commissioning.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commissioning.bb diff --git a/commissioning.bb b/commissioning.bb new file mode 100644 index 0000000..415945c --- /dev/null +++ b/commissioning.bb @@ -0,0 +1,6 @@ +# also needed for php-fpm-commission +inherit update-rc.d + +INITSCRIPT_PARAMS_${PN}-autostart = "update-rc.d commissioning start 2 3 4 5 . " + +# update-rc.d commissioning start 2 3 4 5 . -- cgit v1.2.3