summarylogtreecommitdiffstats
path: root/btattach.service
blob: ec5225c6c53d8f1e39d09dc0aadead86a4250981 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Bluetooth attach

[Service]
Type=simple
ExecStart=/usr/bin/btattach --bredr /dev/ttyS1 -P bcm
ExecStop=/usr/bin/killall btattach

[Install]
WantedBy=multi-user.target