12 lines
193 B
SYSTEMD
12 lines
193 B
SYSTEMD
|
[Unit]
|
||
|
Description=Realtek H5 bluetooth support
|
||
|
Before=bluetooth.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash /usr/local/bin/start_bt.sh
|
||
|
Restart=no
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|