github.com/ethanhsieh/snapd@v0.0.0-20210615102523-3db9b8e4edc5/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