/snap/core22/2437/usr/lib/systemd/system/multi-user.target.wants
NameSizeModeActions
core.start-snapd.service2760644editdlrm
dbus.service4980644editdlrm
e2scrub_reap.service5530644editdlrm
getty.target5080644editdlrm
remote-fs.target5300644editdlrm
secureboot-db.service7350644editdlrm
snapd.seeded.service2340644editdlrm
snapd.sshd-keygen.service1470644editdlrm
ssh.service5380644editdlrm
swapfile.service1220644editdlrm
systemd-ask-password-wall.path6520644editdlrm
systemd-logind.service21290644editdlrm
systemd-resolved.service18980644editdlrm
systemd-update-utmp-runlevel.service8030644editdlrm
systemd-user-sessions.service6470644editdlrm
wpa_supplicant.service-0editdlrm
Edit: /usr/lib/systemd/system/e2scrub_reap.service (553B)
[Unit] Description=Remove Stale Online ext4 Metadata Check Snapshots ConditionCapability=CAP_SYS_ADMIN ConditionCapability=CAP_SYS_RAWIO Documentation=man:e2scrub_all(8) [Service] Type=oneshot WorkingDirectory=/ PrivateNetwork=true ProtectSystem=true ProtectHome=read-only PrivateTmp=yes AmbientCapabilities=CAP_SYS_ADMIN CAP_SYS_RAWIO NoNewPrivileges=yes User=root IOSchedulingClass=idle CPUSchedulingPolicy=idle Environment=SERVICE_MODE=1 ExecStart=/sbin/e2scrub_all -A -r SyslogIdentifier=%N RemainAfterExit=no [Install] WantedBy=multi-user.target