diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-27 15:31:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-27 15:31:08 +0200 |
commit | aedaf8fcbcba8f3fd8b9f7e3189bad02c045d5e6 (patch) | |
tree | 2d8e3d64f0716cb37f3b5995e75bd2df7adca83f /qtsixa/sixad.service | |
parent | update qtsixa (diff) | |
download | aur-packages-aedaf8fcbcba8f3fd8b9f7e3189bad02c045d5e6.tar.gz aur-packages-aedaf8fcbcba8f3fd8b9f7e3189bad02c045d5e6.tar.bz2 aur-packages-aedaf8fcbcba8f3fd8b9f7e3189bad02c045d5e6.tar.xz |
new systemd service for qtsixa
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | qtsixa/sixad.service | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/qtsixa/sixad.service b/qtsixa/sixad.service index 2dc59c0..300720d 100644 --- a/qtsixa/sixad.service +++ b/qtsixa/sixad.service @@ -1,11 +1,15 @@ [Unit] Description=SixAxis daemon +# It does not conflict, if the input plugin is disabled. +#Conflicts=bluetooth.service After=bluetooth.target +Requires=bluetooth.service [Service] Type=simple -ExecStart=/usr/bin/sixad --start -ExecStop=/usr/bin/sixad --stop +ExecStart=/usr/bin/sixad-bin 0 0 0 +Restart=on-failure [Install] -WantedBy=multi-user.target +WantedBy=bluetooth.target +#WantedBy=multi-user.target |