fix: put dconf-update-service in /usr/lib/ (#39)
This commit is contained in:
parent
5d03e9ff2d
commit
ffb1a5b6be
2 changed files with 1 additions and 1 deletions
10
files/usr/lib/systemd/system/dconf-update.service
Normal file
10
files/usr/lib/systemd/system/dconf-update.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue