wpa_supplicant: Allow systemd to reload the daemon

* Add the required command to the systemd service file to allow
systemd to reload the running instances of wpa_supplicant.

* Also drop config file for logrotate, which is not needed anymore.

Fixes #11479.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl 2017-08-26 10:18:59 +02:00 committed by Michael Tremer
parent cfd8f20528
commit 929f6938c6
3 changed files with 2 additions and 7 deletions

View File

@ -3,6 +3,7 @@ Description=wpa_supplicant for %I.
[Service]
ExecStart=/usr/lib/network/helpers/wpa_supplicant %I
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/wpa_supplicant-%I.pid
Restart=on-failure
UtmpIdentifier=%I

View File

@ -1,6 +0,0 @@
/var/log/wpa_supplicant.log {
missingok
notifempty
size 30k
create 0600 root root
}

View File

@ -5,7 +5,7 @@
name = wpa_supplicant
version = 2.6
release = 1
release = 2
groups = Sytem/Base
url = http://hostap.epitest.fi/releases/