this post was submitted on 31 Mar 2026
8 points (100.0% liked)
Linux
5048 readers
11 users here now
Shit, just linux.
Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The naming convention looks suspiciously like an autogenerated (dynamic) unit; one typically sees these from /etc/fstab being parsed at boot by systemd-fstab-generator into /run/systemd/.
Try perusing https://www.freedesktop.org/software/systemd/man/latest/systemd.generator.html and /run/systemd/ on your system, see if anything catches your eye...
OP mentionned containers, and Podman/Quadlet generates such services for health-checking a container service, so it might be that.
It's probably most effective at this point to add
systemd.log_level=debug systemd.log_target=kmsgto the kernel boot options to ferret out what's creating it then go from there