Skip to content

Commit

Permalink
fix: Correct race condition where ublue-user-flatpak-manager can run …
Browse files Browse the repository at this point in the history
…before flathub is setup
  • Loading branch information
KyleGospo committed Oct 1, 2023
1 parent ba5f87e commit 9d6371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/systemd/user/ublue-user-flatpak-manager.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=Manage user flatpaks
Documentation=https://github.com/ublue-os/endlish-oesque/issues/10
Wants=network-online.target
After=network-online.target
After=network-online.target ublue-user-setup.service

[Service]
Type=oneshot
Expand Down

0 comments on commit 9d6371a

Please sign in to comment.