mirror of
https://github.com/restic/rest-server.git
synced 2026-09-25 21:41:25 -07:00
Restic server shall be called Rest server from now on
The repo moved from github.com/zcalusic/restic-server to the new home github.com/restic/rest-server
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Restic Server
|
||||
Description=Rest Server
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
@@ -7,7 +7,7 @@ After=network.target
|
||||
Type=simple
|
||||
User=www-data
|
||||
Group=www-data
|
||||
ExecStart=/usr/local/bin/restic-server -path /tmp/restic
|
||||
ExecStart=/usr/local/bin/rest-server -path /tmp/restic
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
StartLimitInterval=0
|
||||
Reference in New Issue
Block a user