summaryrefslogtreecommitdiff
path: root/wpa_supplicant/systemd/wpa_supplicant.service.in
blob: 03140384d18be7a74b9327d0c59cda7df950e395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=WPA supplicant
Before=network.target
After=dbus.service
Wants=network.target

[Service]
Type=dbus
BusName=@DBUS_INTERFACE@
ExecStart=@BINDIR@/wpa_supplicant -u -s -O /run/wpa_supplicant

[Install]
WantedBy=multi-user.target
Alias=dbus-@DBUS_INTERFACE@.service