summaryrefslogtreecommitdiffstats
path: root/_to_remove/recipes-config/unicens-config/files/unicens-config.service
diff options
context:
space:
mode:
Diffstat (limited to '_to_remove/recipes-config/unicens-config/files/unicens-config.service')
-rw-r--r--_to_remove/recipes-config/unicens-config/files/unicens-config.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/_to_remove/recipes-config/unicens-config/files/unicens-config.service b/_to_remove/recipes-config/unicens-config/files/unicens-config.service
new file mode 100644
index 000000000..43c8a1673
--- /dev/null
+++ b/_to_remove/recipes-config/unicens-config/files/unicens-config.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Driver configuration for Unicens2
+After=systemd-modules-load.service
+Requires=systemd-modules-load.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/unicens-config.sh
+
+[Install]
+WantedBy=multi-user.target