configs: common: add dconf-update for update configuration database system

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
BigfootACA 2024-05-31 17:00:06 +08:00
parent bc370a4b9d
commit 7e19eeddc5

View File

@ -0,0 +1,17 @@
filesystem:
files:
- path: /etc/systemd/system/dconf-update.service
content: |
[Unit]
Description=Update Configuration database system
[Service]
Type=oneshot
ExecStart=dconf update
[Install]
WantedBy=bluetooth.target
systemd:
enable:
- dconf-update.service
pacman:
install:
- dconf