mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
11 lines
149 B
Text
11 lines
149 B
Text
|
[Unit]
|
||
|
Description=Bluetooth Auth Agent
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput
|
||
|
Type=simple
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|