mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
15 lines
285 B
Django/Jinja
15 lines
285 B
Django/Jinja
[Unit]
|
|
Description=Bluetooth NEP PAN
|
|
#After=br0.network
|
|
Before=network.target
|
|
After=network-pre.target
|
|
Requires=network-pre.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/bt-network -s nap br0
|
|
ExecStartPost=/usr/bin/iiab-bt-pan-discoverable-on
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|