summaryrefslogtreecommitdiff
path: root/x-setup.service
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
commitdacc0bfae08c88125035f08cd136641eee95137f (patch)
treeb2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /x-setup.service
Kogaion live git added
Diffstat (limited to 'x-setup.service')
-rw-r--r--x-setup.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/x-setup.service b/x-setup.service
new file mode 100644
index 0000000..58ffa4a
--- /dev/null
+++ b/x-setup.service
@@ -0,0 +1,14 @@
+# This unit is meant to run only after install.
+
+[Unit]
+Description=GPUs and input devices setup
+ConditionKernelCommandLine=!cdroot
+Before=display-manager.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=true
+ExecStart=/usr/libexec/x-setup.sh
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file