1
0
Files
wpa_supplicant/wpa_supplicant.service
Karol Babioch 0119febc57 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
2018-10-12 13:07:32 +00:00

14 lines
287 B
Desktop File

[Unit]
Description=WPA Supplicant daemon
Before=network.target
After=dbus.service
[Service]
Type=dbus
BusName=fi.w1.wpa_supplicant1
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