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