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:
parent
5e78c45b88
commit
be9f17c96e
2 changed files with 0 additions and 6 deletions
|
|
@ -6,6 +6,3 @@ After=network-online.target
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/system-flatpak-setup
|
||||
Restart=on-failure
|
||||
RestartSec=30
|
||||
StartLimitInterval=3
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue