From c3bc555ff4673a61588778e2d453332873f7191d Mon Sep 17 00:00:00 2001 From: ER Date: Sat, 9 Sep 2023 12:41:14 +0300 Subject: [PATCH] feat: enable dconf update service in installer --- modules/bling/installers/dconf-update-service.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/bling/installers/dconf-update-service.sh b/modules/bling/installers/dconf-update-service.sh index 25aa0c7..d03e299 100644 --- a/modules/bling/installers/dconf-update-service.sh +++ b/modules/bling/installers/dconf-update-service.sh @@ -3,4 +3,5 @@ # Tell build process to exit if there are any errors. set -oue pipefail -cp -r "$BLING_DIRECTORY/files/usr/etc/systemd/system/dconf-update.service" "/usr/etc/systemd/system/dconf-update.service" \ No newline at end of file +cp -r "$BLING_DIRECTORY/files/usr/etc/systemd/system/dconf-update.service" "/usr/etc/systemd/system/dconf-update.service" +systemctl enable dconf-update.services \ No newline at end of file