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

Commit

Permalink
fix(scripts): dconf-update enable
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Jul 29, 2023
1 parent bab51d7 commit 8740d47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
3 changes: 1 addition & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ scripts:
post:
# Automatically runs script files within "scripts/post/".
- autorun.sh
# Manually listed scripts.
# - example_post.sh
- dconf-update.sh
# Custom RPM configuration.
# These changes will be integrated into your custom image at the "system level".
rpm:
Expand Down
6 changes: 6 additions & 0 deletions scripts/dconf-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set -oue pipefail

systemctl unmask dconf-update.service
systemctl enable dconf-update.service
10 changes: 0 additions & 10 deletions scripts/example.sh

This file was deleted.

17 changes: 0 additions & 17 deletions scripts/git_rebase_template.sh

This file was deleted.

0 comments on commit 8740d47

Please sign in to comment.