aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNick Shipp <nick@shipp.ninja>2017-01-29 01:55:03 -0500
committerNick Shipp <nick@shipp.ninja>2017-01-29 01:55:03 -0500
commit51bdf9b16594c4ad0c5e793583cfa0c12c61583c (patch)
tree9b58bff4f843f90c0a37c3d0d5a372128717e0d1 /config.def.h
parent7ebbd64b16a8cd7d94961b34a394a511c08f0350 (diff)
Depend on dhcpcd starting wpa_supplicant
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 9879dcb..9fcbc98 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,7 +25,6 @@ static gid_t const groups[] = {
92, /* audio */
};
-int wpa_started(void);
int udev_settled(void);
static struct {
@@ -37,10 +36,8 @@ static struct {
NULL, { "/usr/bin/udevd", "--daemon", NULL },
NULL, { "/usr/bin/udevadm", "trigger", "-c", "add", NULL },
NULL, { "/usr/bin/udevadm", "settle", NULL },
- NULL, { "/usr/bin/wpa_supplicant", "-iwlan0", "-c", "/etc/wpa_supplicant/wpa_supplicant.conf", NULL },
NULL, { "/usr/bin/thermald", NULL },
- wpa_started, { "/usr/bin/wpa_cli", "-a", "/usr/local/bin/run_dhcpcd.sh", NULL },
- wpa_started, { "/usr/bin/dhcpcd", "wlan0", NULL },
+ NULL, { "/usr/bin/dhcpcd", "-M", NULL },
udev_settled, { "/usr/bin/illum-d", NULL },
};