summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-worker-helper.service
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-17 12:36:15 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-28 16:36:57 +0000
commitdfb79081b1624dc9c019b02468e59c0fd10e6330 (patch)
tree3ef195fd739f2abdfa05bf0401b23f4109c4408e /distbuild/usr/lib/systemd/system/morph-worker-helper.service
parent0ed129b7644d080ddab8447b183e666623563e6b (diff)
downloaddefinitions-dfb79081b1624dc9c019b02468e59c0fd10e6330.tar.gz
Import distbuild configuration files into definitions.git
These files should be installed into distbuild worker and controller systems using the install-files configure extension, by adding the following line in the cluster morphology. INSTALL_FILES: distbuild/manifest These files were previously in the internal Codethink chunk repo 'distbuild-setup', and were installed by a Makefile.
Diffstat (limited to 'distbuild/usr/lib/systemd/system/morph-worker-helper.service')
-rw-r--r--distbuild/usr/lib/systemd/system/morph-worker-helper.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/distbuild/usr/lib/systemd/system/morph-worker-helper.service b/distbuild/usr/lib/systemd/system/morph-worker-helper.service
new file mode 100644
index 00000000..14c082ce
--- /dev/null
+++ b/distbuild/usr/lib/systemd/system/morph-worker-helper.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Morph distributed build worker helper
+Requires=morph-worker.service
+After=morph-worker.service
+ConditionPathExists=/etc/morph-worker.conf
+ConditionPathExists=/etc/morph-worker-helper.conf
+
+[Service]
+ExecStart=/usr/bin/distbuild-helper --config /etc/morph-worker-helper.conf
+Restart=always