diff options
author | John Klug <john.klug@multitech.com> | 2019-12-02 19:03:01 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-12-02 19:03:01 -0600 |
commit | bcc478c94ec3fa819f53e403956114f384481a1e (patch) | |
tree | 21a4267f8a12e36b388f38d53f16f131aa76d492 | |
parent | c296a35072f3fb630f48aac225e34f35440c1bcb (diff) | |
download | commissioning-bcc478c94ec3fa819f53e403956114f384481a1e.tar.gz commissioning-bcc478c94ec3fa819f53e403956114f384481a1e.tar.bz2 commissioning-bcc478c94ec3fa819f53e403956114f384481a1e.zip |
Start of commissioning recipe
-rw-r--r-- | commissioning.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 . |