mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 07:57:53 +08:00
18 lines
340 B
YAML
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
|