summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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