Drop duplicated options

It's sufficient to keep them configurable in environment file.
This commit is contained in:
Lubomir Rintel 2014-10-30 18:13:19 +01:00
parent 237e32e034
commit ae3bd93456

View File

@ -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