Comment 2 for bug 1306695

Revision history for this message
Rael Gugelmin Cunha (rael-gc) wrote :

A better script (it'll remove all joysticks before start... maybe this can be done in a better way then remove all js* files):

# xboxdrv.conf
start on filesystem
pre-start script
    # clean up joysticks
    rm -f /dev/input/js*
end script
exec xboxdrv -D --detach-kernel-driver --silent --dbus disabled