Actions
Architecture #15217
closedArchitecture #14008: Replace syslog by an HTTPS based communication for reporting
Architecture #14487: Add initial version of the new relay component
Architecture #14554: Update relay component
Use reload API in systemd service
Pull Request:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
Per systemctl config (https://www.freedesktop.org/software/systemd/man/systemd.service.html):
---
Note however that reloading a daemon by sending a signal (as with the example line above) is usually not a good choice, because this is an asynchronous operation and hence not suitable to order reloads of multiple services against each other. It is strongly recommended to set ExecReload= to a command that not only triggers a configuration reload of the daemon, but also synchronously waits for it to complete.
---
Actions