Documentation
¶
Overview ¶
Package mounts implements the mounts apply step: activation of systemd mount units whose unit files are already placed by mise. This step never writes unit files — placement is mise's job; it only runs mkdir for the destinations and systemctl for activation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Step ¶
type Step struct {
Runner Runner
Plan resolve.MountsStep
}
Step activates the mount units of a resolved plan: it creates every destination directory, reloads systemd once so it picks up the unit files mise placed, then enables (or disables) each mount unit — plus its timer unit when the entry declares StartAt.
Click to show internal directories.
Click to hide internal directories.