mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
Tests: - systemd-run --pipe --property=BindReadOnlyPaths=/usr/share/freedombox/etc/needrestart/conf.d/freedombox-self.conf:/etc/needrestart/conf.d/freedombox-self.conf ls -la /etc/needrestart/conf.d/ shows that the new configuration is listed as expected. - Running about command with 'cat /etc/needrestart/conf.d/freedombox-self.conf' shows that configuration content is as expected. - Running functional tests for coturn app work as expected. systemd journal shows that transient services are being created to run apt commands. - After the execution of an operation an empty file is created as /etc/needrestart/conf.d/freedombox-self.conf. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>