Flatpak: don't restart flathub-add service on configuration changes

This commit is contained in:
Toast 2023-10-11 12:24:17 +02:00
parent 4aeb6d4d53
commit a74a58ecfd

View file

@ -15,5 +15,6 @@
wantedBy = [ "network-online.target" ];
# Run after networking is working
after = [ "NetworkManager-wait-online.service" ];
restartIfChanged = false;
};
}