I’m using snapd on a Debian 13 Trixie server. Yesterday, an update from regular Debian repos with apt upgrade gave these messages:
Setting up snapd (2.68.3-3+b5) ...
Failed to restart snapd.mounts-pre.target: Operation refused, unit snapd.mounts-pre.target may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status snapd.mounts-pre.target' for details.
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148.
systemctl status snapd.mounts-pre.target shows that snapd.mounts-pre.target has been running since January (when the server was created):
● snapd.mounts-pre.target - Mounting snaps
Loaded: loaded (/usr/lib/systemd/system/snapd.mounts-pre.target; static)
Active: active since Wed 2026-01-28 14:31:48 CET; 1 month 18 days ago
Invocation: 2c661505f2a3406493dc95f08c0be827
After the update snap list showed that snapd 2.73 was running. This morning snap list showed that snapd had been upgraded to v. 2.74.1.
My question is: should I be worried about snapd.mounts-pre.target not restarting?