9 lines
154 B
SYSTEMD
9 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=Raspberry Pi bluetooth helper
|
||
|
Requires=bluetooth.service
|
||
|
After=bluetooth.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/bthelper %I
|