particle-os-modules/modules/bling/dconf-update.service
2024-01-24 18:05:22 +02:00

10 lines
No EOL
208 B
Desktop File

[Unit]
Description=Update the dconf database onboot
Documentation=https://github.com/coreos/rpm-ostree/issues/1944
[Service]
Type=oneshot
ExecStart=/usr/bin/dconf update
[Install]
WantedBy=multi-user.target