blob: 2dc59c08d8eecbe22d39ad6bacf3e883fee24d93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=SixAxis daemon
After=bluetooth.target
[Service]
Type=simple
ExecStart=/usr/bin/sixad --start
ExecStop=/usr/bin/sixad --stop
[Install]
WantedBy=multi-user.target
|