Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
feat: enable dconf update service in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Sep 9, 2023
1 parent dcefa76 commit c3bc555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/bling/installers/dconf-update-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
cp -r "$BLING_DIRECTORY/files/usr/etc/systemd/system/dconf-update.service" "/usr/etc/systemd/system/dconf-update.service"
systemctl enable dconf-update.services

0 comments on commit c3bc555

Please sign in to comment.