You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
365 B
14 lines
365 B
[Unit] |
|
Description=WPA Supplicant daemon |
|
Before=network.target |
|
After=syslog.target |
|
|
|
[Service] |
|
Type=dbus |
|
BusName=fi.w1.wpa_supplicant1 |
|
EnvironmentFile=-/etc/sysconfig/wpa_supplicant |
|
ExecStart=/usr/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS |
|
|
|
[Install] |
|
WantedBy=multi-user.target |
|
|
|
|