dff5415b9c
- Add logrotate config file (rh #404181) - Add new LSB initscript header to initscript with correct deps (rh #244029) - Move other runtime arguments to /etc/sysconfig/wpa_supplicant - Start after messagebus service (rh #385191) - Fix initscript 'condrestart' command (rh #217281)
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
# Use the flag "-i" before each of your interfaces, like so:
|
|
# INTERFACES="-ieth1 -iwlan0"
|
|
INTERFACES=""
|
|
|
|
# Use the flag "-D" before each driver, like so:
|
|
# DRIVERS="-Dwext"
|
|
DRIVERS=""
|
|
|
|
# Other arguments
|
|
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
|
# -f Log to /var/log/wpa_supplicant.log
|
|
OTHER_ARGS="-u -f"
|