From 571d42e92bdf173e5e44d652c72cf59e9d6f1809 Mon Sep 17 00:00:00 2001 From: Abraham Ingersoll Date: Thu, 9 Jul 2015 19:43:09 -0500 Subject: [PATCH] typo in stf-websocket unit template filename --- doc/DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DEPLOYMENT.md b/doc/DEPLOYMENT.md index 5c44acc9..d4cc92d4 100644 --- a/doc/DEPLOYMENT.md +++ b/doc/DEPLOYMENT.md @@ -473,7 +473,7 @@ ExecStop=-/usr/bin/docker stop -t 10 %p The websocket unit provides the communication layer between client-side JavaScript and the server-side ZeroMQ+Protobuf combination. Almost every action in STF goes through the websocket unit. -This is a template unit, meaning that you'll need to start it with an instance identifier. In this example configuration the identifier is used to specify the exposed port number (i.e. `stf-storage-plugin-image@3600.service` runs on port 3600). You can have multiple instances running on the same host by using different ports. +This is a template unit, meaning that you'll need to start it with an instance identifier. In this example configuration the identifier is used to specify the exposed port number (i.e. `stf-websocket@3600.service` runs on port 3600). You can have multiple instances running on the same host by using different ports. ```ini [Unit]