You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/xboxdrv/files/xboxdrv.service

15 lines
371 B

[Unit]
Description=Userspace Xbox 360 Controller driver
BindsTo=sys-subsystem-usb-xbox-controller0.device
After=sys-subsystem-usb-xbox-controller0.device
[Service]
BusName=org.seul.Xboxdrv
ExecStart=/usr/bin/xboxdrv --silent --daemon
KillSignal=SIGINT
# xboxdrv can not stop gracefully if controller gets unplugged
TimeoutStopSec=2
[Install]
WantedBy=multi-user.target