Skip to content

Commit

Permalink
Enable agama-dbus-monitor in live iso (#1824)
Browse files Browse the repository at this point in the history
## Problem

agama-dbus-monitor was not enabled

## Solution

fixed config.sh to enable agama-dbus-monitor


## Testing

- *Tested manually*
  • Loading branch information
mchf authored Dec 11, 2024
2 parents 8cc2919 + ec00bee commit 1562b51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 10 12:46:06 UTC 2024 - Michal Filka <[email protected]>

- 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 <[email protected]>

Expand Down
1 change: 1 addition & 0 deletions live/src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1562b51

Please sign in to comment.