aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/quark-init/files/quark-init.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/quark-init/files/quark-init.service')
-rw-r--r--recipes-kernel/quark-init/files/quark-init.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/quark-init/files/quark-init.service b/recipes-kernel/quark-init/files/quark-init.service
new file mode 100644
index 0000000..da24c9a
--- /dev/null
+++ b/recipes-kernel/quark-init/files/quark-init.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Load modules for galileo/quark
+DefaultDependencies=no
+
+[Service]
+Type=oneshot
+ExecStart=/bin/sh /usr/sbin/quark-init.sh
+
+[Install]
+WantedBy=local-fs.target