openwrt-packages/net/ddns-scripts/files
Miguel Angel Mulero Martinez 525182892b ddns-scripts: fix duplication of processes when reloading
When a "service ddns reload" is issued, the ddns processes are being
duplicated.
It seems the culprit is the -1 in the 'killall' command, and removing it
fixes the issue.
The -1 means to use SIGHUP, instead of the default SIGTERM.
In this case, the idea is to kill all other processes, so SIGTERM is
appropriate. In case the processes hang, SIGKILL may be another option.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-05-14 21:18:58 +02:00
..
etc ddns-scripts: update init installation 2020-09-21 10:17:01 +02:00
usr ddns-scripts: fix duplication of processes when reloading 2024-05-14 21:18:58 +02:00