johanbcn

joined 1 year ago
[–] johanbcn@iusearchlinux.fyi 4 points 7 months ago (1 children)

Feels kinda weird to have a secondary communication channel for an actual communication channel, not to mention the "burden" to maintain it (and if it's a two way communication channel, such as mastodon, the noise you will get from users when there is an actual problem).

I feel a status page is more appropriate for this.

[–] johanbcn@iusearchlinux.fyi 8 points 8 months ago

podman does not autostart containers after boot. You have to manually start them, or write a start script. Or create a systemd unit for each of them.

I have not yet tried podman, but I know that podman-compose used to have an option to generate systemd units for your pods: https://docs.podman.io/en/latest/markdown/podman-generate-systemd.1.html

Still, that option has been deprecated in favour of Podman Quadlet https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html

[–] johanbcn@iusearchlinux.fyi 1 points 1 year ago (1 children)

You are just spreading FUD for the sake of it.

Snaps are updated automatically: https://askubuntu.com/questions/1262058/what-are-the-snap-equivalent-of-apt-get-update-and-apt-get-upgrade/1262059#1262059

Flatpak updates are usually integrated as hooks of the package manager (Archlinux handles this for you automatically, and I'm sure other distros do as well).

And on top of that, there's also packagekit to handle all of this automatically.