particle-os-modules/usr/etc/systemd/system/dconf-update.service
2023-06-30 00:54:44 -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