mirror of
https://github.com/restic/rest-server.git
synced 2025-12-08 06:09:47 +00:00
Enhance systemd section with socket file details
Updated README to include systemd socket file information and installation instructions.
This commit is contained in:
parent
654fa16cb2
commit
2bb5bd7f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue