summaryrefslogtreecommitdiff
path: root/bluetooth.service
blob: 946e720c0ea6b05a367a478c9d5a49181100c709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Bluetooth
Before=shutdown.target
After=openrc-init.service

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/sbin/udevadm trigger --subsystem-match=bluetooth --action=add
ExecStart=/usr/bin/rfcomm -f /etc/bluetooth/rfcomm.conf  bind all

[Install]
WantedBy=multi-user.target