1
2
3
4
5
6
7
8
9
10
11
12 | diff --git a/systemd/systemd.go b/systemd/systemd.go index 9bd323390..74db2a79e 100644 --- a/systemd/systemd.go +++ b/systemd/systemd.go @@ -412,6 +412,7 @@ func (s *systemd) WriteMountUnitFile(name, what, where, fstype string) (string, c := fmt.Sprintf(`[Unit] Description=Mount unit for %s +Before=snapd.service [Mount] What=%s |