summarylogtreecommitdiffstats
path: root/wooting-xinput@.service
diff options
context:
space:
mode:
authorShayne Hartford2022-06-25 17:10:46 -0400
committerShayne Hartford2022-06-25 17:10:46 -0400
commitbc2118528ffeee2fb117953ddf3d4b16a02defaa (patch)
treeea2d59314713ee8c9a12a0dfa7726d987a71593e /wooting-xinput@.service
downloadaur-bc2118528ffeee2fb117953ddf3d4b16a02defaa.tar.gz
4.4.6
Diffstat (limited to 'wooting-xinput@.service')
-rw-r--r--wooting-xinput@.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/wooting-xinput@.service b/wooting-xinput@.service
new file mode 100644
index 000000000000..0fcc40b79880
--- /dev/null
+++ b/wooting-xinput@.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Loads the xboxdrv user-space-driver for the native Xbox 360 interface of the Wootings
+StopWhenUnneeded=true
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/xboxdrv --type xbox360 --device-by-id %I --silent --quiet --detach-kernel-driver --mimic-xpad
+Restart=always