summaryrefslogtreecommitdiff
path: root/install-files/distbuild/usr/lib/systemd/system/morph-worker.service
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/distbuild/usr/lib/systemd/system/morph-worker.service')
-rw-r--r--install-files/distbuild/usr/lib/systemd/system/morph-worker.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/install-files/distbuild/usr/lib/systemd/system/morph-worker.service b/install-files/distbuild/usr/lib/systemd/system/morph-worker.service
deleted file mode 100644
index 90fea404..00000000
--- a/install-files/distbuild/usr/lib/systemd/system/morph-worker.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Install]
-WantedBy=multi-user.target
-
-[Unit]
-Description=Morph distributed build worker
-Requires=local-fs.target network.target
-Wants=srv-distbuild-ccache.mount
-After=local-fs.target network.target srv-distbuild-ccache.mount
-ConditionPathExists=/etc/morph-worker.conf
-
-[Service]
-ExecStart=/usr/bin/morph worker-daemon --config /etc/morph-worker.conf
-Restart=always