summaryrefslogtreecommitdiff
path: root/old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 14:59:24 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 14:59:24 +0100
commit9b874110e45b9af3a3bb0a7481bec8918a1c3adb (patch)
treea619d13d5c3e0913a41c54d352049d7d2efa1385 /old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service
parent63224e2233280204626b58fcbe5224d3582c8627 (diff)
downloaddefinitions-9b874110e45b9af3a3bb0a7481bec8918a1c3adb.tar.gz
Move existing Baserock definitions into old/ subdirectory
This will be removed in due course.
Diffstat (limited to 'old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service')
-rw-r--r--old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service b/old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service
new file mode 100644
index 00000000..28400701
--- /dev/null
+++ b/old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service
@@ -0,0 +1,13 @@
+[Install]
+WantedBy=multi-user.target
+
+[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