public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] wpa_supplicant: Allow systemd to reload the daemon.
@ 2017-08-26  8:18 Stefan Schantl
  2017-08-29 14:31 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2017-08-26  8:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

* 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(a)ipfire.org>
---
 wpa_supplicant/systemd/wpa_supplicant(a).service | 1 +
 wpa_supplicant/wpa_supplicant.logrotate        | 6 ------
 wpa_supplicant/wpa_supplicant.nm               | 2 +-
 3 files changed, 2 insertions(+), 7 deletions(-)
 delete mode 100644 wpa_supplicant/wpa_supplicant.logrotate

diff --git a/wpa_supplicant/systemd/wpa_supplicant(a).service b/wpa_supplicant/systemd/wpa_supplicant(a).service
index 3c41490..7907310 100644
--- a/wpa_supplicant/systemd/wpa_supplicant(a).service
+++ b/wpa_supplicant/systemd/wpa_supplicant(a).service
@@ -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
diff --git a/wpa_supplicant/wpa_supplicant.logrotate b/wpa_supplicant/wpa_supplicant.logrotate
deleted file mode 100644
index bd7ef91..0000000
--- a/wpa_supplicant/wpa_supplicant.logrotate
+++ /dev/null
@@ -1,6 +0,0 @@
-/var/log/wpa_supplicant.log {
-    missingok
-    notifempty
-    size 30k
-    create 0600 root root
-}
diff --git a/wpa_supplicant/wpa_supplicant.nm b/wpa_supplicant/wpa_supplicant.nm
index aeb5011..80307cd 100644
--- a/wpa_supplicant/wpa_supplicant.nm
+++ b/wpa_supplicant/wpa_supplicant.nm
@@ -5,7 +5,7 @@
 
 name       = wpa_supplicant
 version    = 2.6
-release    = 1
+release    = 2
 
 groups     = Sytem/Base
 url        = http://hostap.epitest.fi/releases/
-- 
2.9.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] wpa_supplicant: Allow systemd to reload the daemon.
  2017-08-26  8:18 [PATCH] wpa_supplicant: Allow systemd to reload the daemon Stefan Schantl
@ 2017-08-29 14:31 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2017-08-29 14:31 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]

Thank you!

-Michael

On Sat, 2017-08-26 at 10:18 +0200, Stefan Schantl wrote:
> * 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(a)ipfire.org>
> ---
>  wpa_supplicant/systemd/wpa_supplicant(a).service | 1 +
>  wpa_supplicant/wpa_supplicant.logrotate        | 6 ------
>  wpa_supplicant/wpa_supplicant.nm               | 2 +-
>  3 files changed, 2 insertions(+), 7 deletions(-)
>  delete mode 100644 wpa_supplicant/wpa_supplicant.logrotate
> 
> diff --git a/wpa_supplicant/systemd/wpa_supplicant(a).service b/wpa_supplicant/systemd/wpa_supplicant(a).service
> index 3c41490..7907310 100644
> --- a/wpa_supplicant/systemd/wpa_supplicant(a).service
> +++ b/wpa_supplicant/systemd/wpa_supplicant(a).service
> @@ -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
> diff --git a/wpa_supplicant/wpa_supplicant.logrotate b/wpa_supplicant/wpa_supplicant.logrotate
> deleted file mode 100644
> index bd7ef91..0000000
> --- a/wpa_supplicant/wpa_supplicant.logrotate
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -/var/log/wpa_supplicant.log {
> -    missingok
> -    notifempty
> -    size 30k
> -    create 0600 root root
> -}
> diff --git a/wpa_supplicant/wpa_supplicant.nm b/wpa_supplicant/wpa_supplicant.nm
> index aeb5011..80307cd 100644
> --- a/wpa_supplicant/wpa_supplicant.nm
> +++ b/wpa_supplicant/wpa_supplicant.nm
> @@ -5,7 +5,7 @@
>  
>  name       = wpa_supplicant
>  version    = 2.6
> -release    = 1
> +release    = 2
>  
>  groups     = Sytem/Base
>  url        = http://hostap.epitest.fi/releases/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-29 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-26  8:18 [PATCH] wpa_supplicant: Allow systemd to reload the daemon Stefan Schantl
2017-08-29 14:31 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox