dustbin
@dustbin@thelemmy.club
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Can't figure out what systemd service is failing. 2 hours ago:
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 - Comment on Can't figure out what systemd service is failing. 5 hours ago:
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 www.freedesktop.org/…/systemd.generator.html and /run/systemd/ on your system, see if anything catches your eye…