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-cache-server.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 old/install-files/distbuild/usr/lib/systemd/system/morph-cache-server.service (limited to 'old/install-files/distbuild/usr/lib/systemd/system/morph-cache-server.service') diff --git a/old/install-files/distbuild/usr/lib/systemd/system/morph-cache-server.service b/old/install-files/distbuild/usr/lib/systemd/system/morph-cache-server.service new file mode 100644 index 00000000..f55f3b6d --- /dev/null +++ b/old/install-files/distbuild/usr/lib/systemd/system/morph-cache-server.service @@ -0,0 +1,12 @@ +[Install] +WantedBy=multi-user.target + +[Unit] +Description=Morph cache server +Requires=local-fs.target network.target +After=local-fs.target network.target +ConditionPathExists=/etc/morph-cache-server.conf + +[Service] +ExecStart=/usr/bin/morph-cache-server +Restart=always -- cgit v1.2.1