13 lines
385 B
Markdown
13 lines
385 B
Markdown
|
---
|
||
|
type: task
|
||
|
---
|
||
|
|
||
|
# Reload Nebula On Config Changes
|
||
|
|
||
|
When nebula's firewall is modified we should send it a reload signal, rather
|
||
|
than completely restart it.
|
||
|
|
||
|
This will require some diving into the nebula codebase to figure out which
|
||
|
config items can be reloaded, and which can't. If more than just firewall is
|
||
|
reload-able (e.g. set of lighthouses) we should encompass that as well.
|