From 2bb5bd7f4b97cc1ec992a15b02132a749fbc101e Mon Sep 17 00:00:00 2001 From: "Anoduck, The Anonymous Duck" <9925396+anoduck@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:35:12 +0000 Subject: [PATCH] Enhance systemd section with socket file details Updated README to include systemd socket file information and installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c13401..4f65f4d 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,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/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. +There's an example [systemd service file](https://github.com/restic/rest-server/blob/master/examples/systemd/rest-server.service) along with a [systemd socket file](https://github.com/restic/rest-server/blob/master/examples/systemd/rest-server.socket) included with the source, so you can get Rest Server up & running as a proper Systemd service with socket in no time. Before installing, you must adapt paths and options to your specific environment. Then copy both the service file and the socket file to `/etc/systemd/system/`. ### Docker