xref: /freebsd/contrib/wpa/wpa_supplicant/systemd/wpa_supplicant.service.in (revision 4b72b91a7132df1f77bbae194e1071ac621f1edb)
1780fb4a2SCy Schubert[Unit]
2780fb4a2SCy SchubertDescription=WPA supplicant
3780fb4a2SCy SchubertBefore=network.target
4*4b72b91aSCy SchubertAfter=dbus.service
5780fb4a2SCy SchubertWants=network.target
6780fb4a2SCy Schubert
7780fb4a2SCy Schubert[Service]
8780fb4a2SCy SchubertType=dbus
94bc52338SCy SchubertBusName=fi.w1.wpa_supplicant1
10780fb4a2SCy SchubertExecStart=@BINDIR@/wpa_supplicant -u
11780fb4a2SCy Schubert
12780fb4a2SCy Schubert[Install]
13780fb4a2SCy SchubertWantedBy=multi-user.target
144bc52338SCy SchubertAlias=dbus-fi.w1.wpa_supplicant1.service
15