-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Feature] Add ExecReload to systemd service #2016
Labels
enhancement
New feature or request
Comments
That would be great, would be great if you can contribute. |
nblock
added a commit
to nblock/headscale
that referenced
this issue
Sep 4, 2024
* Copy the systemd.service file to the manual linux docs and adjust the path to the headscale binary to match with the previous documentation blocks. Unfortunately, there seems to be no easy way to include a file in mkdocs. * Remove a redundant "deprecation" block. The beginning of the documentation already states that. * Add `ExecReload` to the systemd.service file. Fixes: juanfont#2016
6 tasks
nblock
added a commit
to nblock/headscale
that referenced
this issue
Sep 5, 2024
* Copy the systemd.service file to the manual linux docs and adjust the path to the headscale binary to match with the previous documentation blocks. Unfortunately, there seems to be no easy way to include a file in mkdocs. * Remove a redundant "deprecation" block. The beginning of the documentation already states that. * Add `ExecReload` to the systemd.service file. Fixes: juanfont#2016
kradalby
pushed a commit
that referenced
this issue
Sep 5, 2024
* Add support for service reload and sync service file * Copy the systemd.service file to the manual linux docs and adjust the path to the headscale binary to match with the previous documentation blocks. Unfortunately, there seems to be no easy way to include a file in mkdocs. * Remove a redundant "deprecation" block. The beginning of the documentation already states that. * Add `ExecReload` to the systemd.service file. Fixes: #2016 * Its called systemd * Fix link to systemd homepage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case
This will allow reloading ACLs via
systemctl reload headscale
Description
Add
ExecReload=/bin/kill -HUP $MAINPID
to systemd service.Contribution
How can it be implemented?
Add
ExecReload=/bin/kill -HUP $MAINPID
to systemd service.The text was updated successfully, but these errors were encountered: