mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 06:37:54 +08:00
configs: common: add dconf-update for update configuration database system
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
parent
bc370a4b9d
commit
7e19eeddc5
17
configs/common/dconf-update.yaml
Normal file
17
configs/common/dconf-update.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user