summarylogtreecommitdiffstats
path: root/handoff@.service
blob: 46de4b4fdeb3ac024b3465c3458d8b3753950d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=AirPods Linux-Apple Handoff
After=bluetooth.target

[Service]
Type=simple
ExecStartPre=/usr/bin/bluetoothctl connect %i
ExecStart=/usr/bin/airpods-handoff %i
ExecStopPost=/usr/bin/bluetoothctl disconnect %i
Restart=on-failure

[Install]
WantedBy=default.target