mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
Without restarting cockpit, newly added/removed domain in cockpit configuration file do not immediately work. Either the daemon has to stop itself due to inactivity (it is socket activated by systemd) or system needs to be restarted. Without the patch, if cockpit is not currently running (due to socket activation not having happened yet) the domain name changes would be noticeable immediately. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>