github.com/meulengracht/snapd@v0.0.0-20210719210640-8bde69bcc84e/data/systemd/snapd.core-fixup.service.in (about) 1 [Unit] 2 Description=Automatically repair incorrect owner/permissions on core devices 3 Before=snapd.service 4 # don't run on classic 5 ConditionKernelCommandLine=|snap_core 6 ConditionKernelCommandLine=|snapd_recovery_mode 7 Documentation=man:snap(1) 8 9 [Service] 10 Type=oneshot 11 ExecStart=@libexecdir@/snapd/snapd.core-fixup.sh 12 RemainAfterExit=true 13 14 [Install] 15 WantedBy=multi-user.target 16