From f25bf989dcfe8d73d19a9e30bd0d83ca058513e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Sun, 28 Jan 2018 19:28:16 +0100 Subject: [PATCH] Move systemd service file under examples/systemd/ --- README.md | 2 +- {etc => examples/systemd}/rest-server.service | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {etc => examples/systemd}/rest-server.service (100%) diff --git a/README.md b/README.md index 8611601..1079d6c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Rest Server uses exactly the same directory structure as local backend, so you s ### Systemd -There's an example [systemd service file](https://github.com/restic/rest-server/blob/master/etc/rest-server.service) included with the source, so you can get Rest Server up & running as a proper Systemd service in no time. Before installing, adapt paths and options to your environment. +There's an example [systemd service file](https://github.com/restic/rest-server/blob/master/examples/systemd/rest-server.service) included with the source, so you can get Rest Server up & running as a proper Systemd service in no time. Before installing, adapt paths and options to your environment. ### Docker diff --git a/etc/rest-server.service b/examples/systemd/rest-server.service similarity index 100% rename from etc/rest-server.service rename to examples/systemd/rest-server.service