/lib/systemd/system/snapd.snap-repair.service is in snapd 2.32.5+18.04.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Unit]
Description=Automatically fetch and run repair assertions
Documentation=man:snap(1)
# don't run on classic
ConditionKernelCommandLine=snap_core
[Service]
Type=oneshot
ExecStart=/usr/lib/snapd/snap-repair run
EnvironmentFile=-/etc/environment
Environment=SNAP_REPAIR_FROM_TIMER=1
|