Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions providers/base/units/wireless/nm-hotspot.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ template-engine: jinja2
template-unit: job
id: wireless/nmcli_wifi_ap_bg_{{ interface }}
template-id: wireless/nmcli_wifi_ap_bg_interface
user: root
_summary: Create 802.11b/g Wi-Fi AP on {{ interface }} using NetworkManager
_purpose: Create an 802.11b/g Wi-Fi access point on a specified interface using NetworkManager command-line tools.
command:
Expand All @@ -30,6 +31,7 @@ template-engine: jinja2
template-unit: job
id: wireless/nmcli_wifi_ap_a_{{ interface }}
template-id: wireless/nmcli_wifi_ap_a_interface
user: root
_summary: Create 802.11a Wi-Fi AP on {{ interface }} using NetworkManager
command:
net_driver_info.py "$NET_DRIVER_INFO"
Expand Down
Loading