17 lines
342 B
INI
17 lines
342 B
INI
[Unit]
|
|
Description=WPA supplicant
|
|
Before=network.target
|
|
After=dbus.service
|
|
Wants=network.target
|
|
IgnoreOnIsolate=true
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=fi.w1.wpa_supplicant1
|
|
ExecStart=/sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dbus-fi.w1.wpa_supplicant1.service
|