Skip to content

Commit

Permalink
chore(default-flatpaks): Don't inifinitely restart services
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Oct 23, 2024
1 parent f355ca6 commit db46e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/default-flatpaks/v1/system-flatpak-setup.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Type=oneshot
ExecStart=/usr/bin/system-flatpak-setup
Restart=on-failure
RestartSec=30
StartLimitInterval=0
StartLimitInterval=3

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion modules/default-flatpaks/v1/user-flatpak-setup.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Type=simple
ExecStart=/usr/bin/user-flatpak-setup
Restart=on-failure
RestartSec=30
StartLimitInterval=0
StartLimitInterval=3

[Install]
WantedBy=default.target

0 comments on commit db46e2a

Please sign in to comment.