diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index 11e673a367..8d573634a3 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 10 12:46:06 UTC 2024 - Michal Filka + +- Updated config.sh to enable agama-dbus-monitor service + (gh#agama-project/agama#1824). + ------------------------------------------------------------------- Thu Dec 5 11:19:10 UTC 2024 - Ladislav Slezák diff --git a/live/src/config.sh b/live/src/config.sh index 24605fedec..d326a0c76b 100644 --- a/live/src/config.sh +++ b/live/src/config.sh @@ -38,6 +38,7 @@ systemctl enable NetworkManager.service systemctl enable avahi-daemon.service systemctl enable agama.service systemctl enable agama-web-server.service +systemctl enable agama-dbus-monitor.service systemctl enable agama-auto.service systemctl enable agama-hostname.service systemctl enable agama-proxy-setup.service