forked from pool/wpa_supplicant
Accepting request 641683 from home:kbabioch:branches:hardware
- Enabled timestamps in log file when being invoked by systemd service file (bsc#1080798). OBS-URL: https://build.opensuse.org/request/show/641683 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=86
This commit is contained in:
parent
4a7dfdf397
commit
0119febc57
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 13:04:57 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||
|
||||
- Enabled timestamps in log file when being invoked by systemd service file
|
||||
(bsc#1080798).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 06:55:06 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@ After=dbus.service
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=fi.w1.wpa_supplicant1
|
||||
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
|
||||
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user