systemd: make NetworkManager reloadable via SIGHUP
authorThomas Haller <thaller@redhat.com>
Fri, 17 Apr 2015 13:06:46 +0000 (15:06 +0200)
committerThomas Haller <thaller@redhat.com>
Fri, 17 Apr 2015 16:28:50 +0000 (18:28 +0200)
commita858b383c348c2a43e63be325156b68e3789441a
tree94d30955630561766bda9e23907f04bbbc558c58
parentde9848aa66d2ef97a53ad04c537df4859baea243
systemd: make NetworkManager reloadable via SIGHUP

Since f9e4af2, parts of the configuration can be reloaded
by sending SIGHUP to NetworkManager. Add ExecReload option
to service file to support reloading by sending a signal.

Note that 'man 5 systemd.service' advices to use a blocking
command instead of a sending a signal. Later we should add a
D-Bus method to allow reloading synchronously. For now, this
is better then nothing.

https://mail.gnome.org/archives/networkmanager-list/2015-April/msg00042.html
data/NetworkManager.service.in