From 2221c17afb3df3c4801c710ebcc7677268b21a95 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Fri, 16 Jun 2017 18:22:50 -0400 Subject: [PATCH] machined: add RequiresMountsFor=/var/lib/machines Since any part of the path could be remote mounted, make sure they are before starting machined --- units/systemd-machined.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-machined.service.in b/units/systemd-machined.service.in index 0b0bbf2..0fbb302 100644 --- a/units/systemd-machined.service.in +++ b/units/systemd-machined.service.in @@ -11,6 +11,7 @@ Documentation=man:systemd-machined.service(8) Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined Wants=machine.slice After=machine.slice +RequiresMountsFor=/var/lib/machines [Service] ExecStart=@rootlibexecdir@/systemd-machined -- 2.7.4