mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
12 lines
158 B
Text
12 lines
158 B
Text
|
[Unit]
|
||
|
Description=Bluetooth NEP PAN
|
||
|
After=br0.network
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/bt-network -s nap br0
|
||
|
Type=simple
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|