chore(default-flatpaks): Temporarily remove auto-restart of services (#355)

* chore(default-flatpaks): Remove auto-restart of `system-flatpak-setup`

* chore(default-flatpaks): Remove auto-restart of `user-flatpak-setup`
This commit is contained in:
fiftydinar 2024-10-28 12:40:20 +01:00 committed by GitHub
parent 5e78c45b88
commit be9f17c96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View file

@ -6,6 +6,3 @@ After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/system-flatpak-setup
Restart=on-failure
RestartSec=30
StartLimitInterval=3

View file

@ -6,6 +6,3 @@ After=system-flatpak-setup.service
[Service]
Type=oneshot
ExecStart=/usr/bin/user-flatpak-setup
Restart=on-failure
RestartSec=30
StartLimitInterval=3