From ae3bd93456e2f61f68556202ffeeff4af8f10875 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 30 Oct 2014 18:13:19 +0100 Subject: [PATCH] Drop duplicated options It's sufficient to keep them configurable in environment file. --- wpa_supplicant.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant.service b/wpa_supplicant.service index 45d8b99..7ca924a 100644 --- a/wpa_supplicant.service +++ b/wpa_supplicant.service @@ -7,7 +7,7 @@ After=syslog.target 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 +ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS [Install] WantedBy=multi-user.target