mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
`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.
7 lines
144 B
SYSTEMD
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
|