12 lines
195 B
SYSTEMD
12 lines
195 B
SYSTEMD
|
[Unit]
|
||
|
Description=Start bluetooth agent
|
||
|
After=bluetooth.service
|
||
|
PartOf=bluetooth.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/batocera-bluetooth-agent
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=bluetooth.service
|