fix: Restart flatpaks setup on install failure

This commit is contained in:
zelikos 2023-10-14 11:18:01 -04:00
parent b00777400a
commit 121cbe2c06
No known key found for this signature in database
GPG key ID: AA0CB476ECFA09E7
4 changed files with 13 additions and 2 deletions

View file

@ -7,6 +7,8 @@ After=network-online.target
Type=oneshot
ExecStart=/usr/bin/system-flatpak-setup
Restart=on-failure
RestartSec=30
StartLimitInterval=0
[Install]
WantedBy=multi-user.target