mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 20:33:59 +01:00
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
|