particle-os-modules/files/usr/lib/systemd/system/dconf-update.service
2023-09-13 15:16:25 +00: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