2007-12-06 23:40:35 +00:00
|
|
|
# Use the flag "-i" before each of your interfaces, like so:
|
|
|
|
# INTERFACES="-ieth1 -iwlan0"
|
2007-08-24 17:40:37 +00:00
|
|
|
INTERFACES=""
|
2007-12-06 23:40:35 +00:00
|
|
|
|
|
|
|
# Use the flag "-D" before each driver, like so:
|
|
|
|
# DRIVERS="-Dwext"
|
2007-08-24 17:40:37 +00:00
|
|
|
DRIVERS=""
|
2007-12-06 23:40:35 +00:00
|
|
|
|
|
|
|
# Other arguments
|
2015-10-31 21:09:05 +00:00
|
|
|
# -s Use syslog logging backend
|
|
|
|
OTHER_ARGS="-s"
|