From 5d8f6c4747c272135ac88f89995910552f872765 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 25 Feb 2014 14:45:13 +0000 Subject: trove-early-setup.service should require local-fs.target Otherwise it runs before the shared /var subvolume has been mounted, which is not what we want. --- trove.configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trove.configure b/trove.configure index b2f21ff..76d66e1 100755 --- a/trove.configure +++ b/trove.configure @@ -143,6 +143,8 @@ Requires=network.target After=network.target Requires=opensshd.service After=opensshd.service +Requires=local-fs.target +After=local-fs.target ConditionPathExists=/var/lib/trove-setup/needed [Service] -- cgit v1.2.1