Files
snapd/data/systemd/snapd.mounts.target
Valentin David c827e52caf many: use snapd.mounts targets to schedule mount units
`snapd.mounts-pre.target` will be before any mount unit,
`snapd.mounts.target`.  Now we can schedule before or after mounts
without needing to modify the mount units.

We also install those mounts to `snapd.mounts.target` so that we can
make snapd.service for example, "want" all mounts.
2022-10-20 14:49:21 +02:00

7 lines
144 B
SYSTEMD

[Unit]
Description=Mounted snaps
Before=local-fs.target
Wants=snapd.mounts-pre.target
# Started from snapd.service
# X-Snapd-Snap: do-not-start