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