summaryrefslogtreecommitdiff
path: root/recipes-core/nv-conf/files/nv-conf.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/nv-conf/files/nv-conf.service')
-rw-r--r--recipes-core/nv-conf/files/nv-conf.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/nv-conf/files/nv-conf.service b/recipes-core/nv-conf/files/nv-conf.service
new file mode 100644
index 0000000..3226c6b
--- /dev/null
+++ b/recipes-core/nv-conf/files/nv-conf.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Enable NVIDIA T30 CPU Hot-Plugging
+DefaultDependencies=no
+After=sysinit.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/nv-conf.sh
+
+[Install]
+WantedBy=sysinit.target