1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/bluetooth/templates/bt-pan.service.j2

16 lines
285 B
Text
Raw Normal View History

2019-06-02 14:55:15 +00:00
[Unit]
Description=Bluetooth NEP PAN
2019-06-15 18:24:20 +00:00
#After=br0.network
Before=network.target
After=network-pre.target
Requires=network-pre.target
2019-06-02 14:55:15 +00:00
[Service]
ExecStart=/usr/bin/bt-network -s nap br0
2019-06-15 19:13:59 +00:00
ExecStartPost=/usr/bin/iiab-bt-pan-discoverable-on
2019-06-02 14:55:15 +00:00
Type=simple
[Install]
WantedBy=multi-user.target