Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to re-validate via systemd #323

Open
brada4 opened this issue May 1, 2020 · 2 comments
Open

Allow to re-validate via systemd #323

brada4 opened this issue May 1, 2020 · 2 comments
Milestone

Comments

@brada4
Copy link

brada4 commented May 1, 2020

Should be something like

ExecReload=/bin/kill -USR1 $MAINPID

In the unit file

@partim
Copy link
Member

partim commented May 8, 2020

I’m not entirely sure, re-validation qualifies as a reload in the systemd sense since it doesn’t actually reload the config but really only triggers a validation run. For instance, if you change the RTR or HTTP listener configuration, that change will not be considered if you’d run systemctl reload routinator.

@brada4
Copy link
Author

brada4 commented May 8, 2020

Currently reload is unused, just to fill it with something until the described full reload is implemented?
E.g apache reload is 'graceful' , one has too restart to add new module
Named reload in most cases is rndc relpad, i.e zone reload. I dunno, incomplete reload as opposed to restart seems acceptable around.

@partim partim added this to the 0.12.0 milestone Jul 20, 2022
@partim partim modified the milestones: 0.12.0, 0.13.0 Oct 11, 2022
@partim partim modified the milestones: 0.13.0, 0.14.0 May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants