10 lines
No EOL
208 B
Desktop File
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 |