summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/sdb-prestart.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/sdb-prestart.service b/systemd/sdb-prestart.service
new file mode 100644
index 00000000..4e8e0e12
--- /dev/null
+++ b/systemd/sdb-prestart.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Enadle sdb at booting time
+DefaultDependencies=no
+
+[Service]
+ExecStart=/usr/bin/direct_set_debug.sh --sdb-set
+
+[Install]
+WantedBy=basic.target