Merge pull request #95 from vially/patch-1

Fix documentation typo
This commit is contained in:
Hongli Lai
2014-06-24 17:08:24 +02:00

View File

@@ -289,7 +289,7 @@ RUN apt-get clean &amp;&amp; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*</pre>
<p>The shell script must be called <code>run</code>, must be executable, and is to be placed in the directory <code>/etc/service/&lt;NAME&gt;</code>.</p> <p>The shell script must be called <code>run</code>, must be executable, and is to be placed in the directory <code>/etc/service/&lt;NAME&gt;</code>.</p>
<p>Here's an example showing you how to a memached server runit entry can be made.</p> <p>Here's an example showing you how a memached server runit entry can be made.</p>
<pre>### In memcached.sh (make sure this file is chmod +x): <pre>### In memcached.sh (make sure this file is chmod +x):
#!/bin/sh #!/bin/sh