From f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 10:01:07 +0000 Subject: Move old Baserock format definitions into old/ directory --- .../usr/lib/systemd/system/morph-worker-helper.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service (limited to 'old/install-files/distbuild/usr/lib/systemd/system/morph-worker-helper.service') 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 -- cgit v1.2.1