Skip to content

Commit

Permalink
Add systemd service to repair system Flatpak installations
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Feb 2, 2023
1 parent 1766835 commit 3037d83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/io.elementary.appcenter-flatpak-repair-system.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Flatpak Repair
After=network.target network-online.target systemd-networkd.service NetworkManager.service connman.service

[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak repair --system

[Install]
WantedBy=multi-user.target

0 comments on commit 3037d83

Please sign in to comment.