Skip to content

Commit

Permalink
Hack around dconf being stale for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 22, 2024
1 parent 743f6b3 commit b1a062b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions systemd/seagl-dconf-update-hack.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
# TODO figure out why `dconf update` in build.sh isn't enough
Description=Update dconf database (hack)
DefaultDependencies=no
# Consult bootup(7) for more info about this and basic.target
After=sysinit.target
Before=seagl-reset-users.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/dconf update

[Install]
WantedBy=basic.target

0 comments on commit b1a062b

Please sign in to comment.