1
0

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:
Karol Babioch 2018-10-12 13:07:32 +00:00 committed by Git OBS Bridge
parent 4a7dfdf397
commit 0119febc57
2 changed files with 7 additions and 1 deletions

View File

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

View File

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