Skip to content
Snippets Groups Projects
Commit c7ee30d5 authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by Hans Dedecker
Browse files

base-files: fix default procd reload

Bug introduced with 6713694f.

I did not count on procd handling reload as mentioned
in this doc:
https://wiki.openwrt.org/inbox/procd-init-scripts



```
procd_set_param file /var/etc/your_service.conf # /etc/init.d/your_service reload will restart the daemon if these files have changed
procd_set_param netdev dev # likewise, except if dev's ifindex changes.
procd_set_param data name=value ... # likewise, except if this data changes.
```

The service would be restarted regardless of any of those params.

Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
parent 48d71ab5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment