From 8de65c89a16cd78cc4757d50b7d4454cb1d9691f Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 20 Oct 2014 12:26:52 +0000 Subject: Stop mason.service starting before mason-setup.service has completed --- mason.configure | 1 - mason/mason.service | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mason.configure b/mason.configure index 0c345708..d0abbf11 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 -- cgit v1.2.1