This unit is provided by:
Options
- 
    [Install]
- 
    [Service]- 
        BusName=fi.w1.wpa_supplicant1
- 
        EnvironmentFile=-/etc/sysconfig/wpa_supplicant
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
- 
        ExecStart=/usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
- 
        ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS
- 
        ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=read-only
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Type=dbus
 
- 
        
- 
    [Unit]- 
        After=dbus.service
- 
        Before=network-pre.target
- 
        Before=network.target
- 
        Description=WPA Supplicant daemon
- 
        Description=WPA supplicant
- 
        IgnoreOnIsolate=yes
- 
        Wants=network-pre.target
- 
        Wants=network.target
 
- 
        
Additionnal notes
Nothing here.