summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-10-20 12:26:52 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-10-20 13:20:14 +0000
commit6164a2d90e21080858e23994eb84aef092158e3d (patch)
tree30651337dfd6050c8a5361bba95984d1e0206338
parentd2f2bfb1fa955baf2023fc9cfa12a88c5a7b527f (diff)
downloaddefinitions-6164a2d90e21080858e23994eb84aef092158e3d.tar.gz
Stop mason.service starting before mason-setup.service has completed
-rw-r--r--mason.configure1
-rw-r--r--mason/mason.service1
2 files changed, 1 insertions, 1 deletions
diff --git a/mason.configure b/mason.configure
index e5695dea..5ecb5171 100644
--- a/mason.configure
+++ b/mason.configure
@@ -142,5 +142,4 @@ fi
##########################################################################
ln -s ../mason.timer "$ROOT"/etc/systemd/system/multi-user.target.wants/mason.timer
-ln -s ../mason.service "$ROOT"/etc/systemd/system/multi-user.target.wants/mason.service
ln -s ../httpd.service "$ROOT"/etc/systemd/system/multi-user.target.wants/httpd.service
diff --git a/mason/mason.service b/mason/mason.service
index ab2338c5..a864d610 100644
--- a/mason/mason.service
+++ b/mason/mason.service
@@ -1,5 +1,6 @@
[Unit]
Description=Mason: Continuous Delivery Service
+After=mason-setup.service
[Service]
User=root