aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/wpa-supplicant/files/wpa_supplicant.service
blob: 67374d1fb365d6ea522536ee6098c3b6266da89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=WPA Supplicant daemon
After=syslog.target network.target

[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/wpa_supplicant
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS -B -u $OTHER_ARGS

[Install]
WantedBy=multi-user.target