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:
Zlatko Čalušić
2016-12-28 21:52:19 +01:00
parent c600048400
commit 2f0a16d8b7
2 changed files with 9 additions and 9 deletions
@@ -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