2016-12-23 12:47:42 +01:00
|
|
|
[Unit]
|
|
|
|
Description=WPA Supplicant daemon
|
2020-03-26 17:10:08 +01:00
|
|
|
After=dbus.service
|
2020-10-29 14:43:58 +01:00
|
|
|
Before=network-pre.target
|
2020-03-26 17:10:08 +01:00
|
|
|
Wants=network-pre.target
|
2016-12-23 12:47:42 +01:00
|
|
|
|
|
|
|
[Service]
|
2022-01-10 11:18:03 +01:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=read-only
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2016-12-23 12:47:42 +01:00
|
|
|
Type=dbus
|
|
|
|
BusName=fi.w1.wpa_supplicant1
|
2018-10-12 15:07:32 +02:00
|
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log
|
2016-12-23 12:47:42 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|