From 0119febc57480a7f434f3324cf85e6996b7eaad418e509f79672588a5c84d52b Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Fri, 12 Oct 2018 13:07:32 +0000 Subject: [PATCH] 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 --- wpa_supplicant.changes | 6 ++++++ wpa_supplicant.service | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 11b10eb..3358ca2 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 12 13:04:57 UTC 2018 - Karol Babioch + +- Enabled timestamps in log file when being invoked by systemd service file + (bsc#1080798). + ------------------------------------------------------------------- Fri Oct 12 06:55:06 UTC 2018 - Karol Babioch diff --git a/wpa_supplicant.service b/wpa_supplicant.service index 2cddf41..e08030d 100644 --- a/wpa_supplicant.service +++ b/wpa_supplicant.service @@ -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