Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
systemd unit files should support reload #1662
Comments
arr2036
added the
feature enhancement
label
Jul 21, 2016
arr2036
added this to the
4.0.0 release
milestone
Jul 21, 2016
|
The architectural changes required for HUP to work correctly are massive. They're only likely to be able in v4.0.x even then you might be waiting until v4.2.x. Until it can work properly, in a way that everyone expects, FreeRADIUS should be restarted not reloaded. |
eheydrick
commented
Jul 21, 2016
|
I've been using reload with 3.0.x and it seems to work. At least I haven't noticed any issues with my usage. Looking forward to proper reload support. |
alandekok
added a commit
that referenced
this issue
Feb 15, 2017
|
|
alandekok |
a9513a6
|
|
I've pushed a patch for v3. HUP there is minimal, but it should be allowed. The larger discussion for v4 should be in a separate issue. |
alandekok
closed this
Feb 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eheydrick commentedJul 21, 2016
Issue type
Defect/Feature description
The systemd unit files should support the reload action so that the daemon can be HUP'd when config files are updated. The SysV init scripts supports reloading and the systemd files should too.