particle-os-modules/etc/systemd/system/dconf-update.service
2023-06-25 00:09:55 -03: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