developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=WPA supplicant daemon | ||||
3 | After=CcspPandMSsp.service | ||||
4 | StartLimitIntervalSec=120 | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=simple | ||||
8 | PIDFile=/var/run/wpa_supplicant-global.pid | ||||
9 | ExecStart=/usr/sbin/wpa_supplicant -g/var/run/wpa_supplicant-global -P /var/run/wpa_supplicant-global.pid | ||||
10 | Restart=always | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target | ||||
14 |