|
root / base / usr / src / zyginit / services / wpa / service.toml
service.toml TOML 18 lines 414 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# WPA supplicant for Wi-Fi. Off by default — admin enables per-radio
# after configuring credentials. Replaces /lib/svc/manifest/network/wpa.xml.
[service]
name = "wpa"
description = "WPA supplicant for Wi-Fi"
type = "daemon"
[exec]
start = "/usr/lib/inet/wpad"
[dependencies]
requires = ["network"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]