1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/bluetooth/templates/bt-pan.service.j2
2019-06-15 15:13:59 -04:00

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