Add ExecReload=
to the default systemd service
#2955
Winterhuman
started this conversation in
Ideas
Replies: 1 comment
-
I believe the change I suggest in #2957 should accomplish this but I'm unable to test it myself, feel free to give it a try. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since v2.1.13,
dnscrypt-proxy
can be reloaded regardless of the hot reloading setting with SIGHUP, however, you can't usesystemctl reload
since the service file is missing anExecReload
entry. From what I understand, the service file is actually generated and not provided statically (somehow, not sure of the details), but, would it still be possible to includeExecReload
in the default service file?Beta Was this translation helpful? Give feedback.
All reactions