arch-image-builder/configs/common/dconf-update.yaml
2024-05-31 17:03:25 +08:00

18 lines
340 B
YAML

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