1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Merge pull request #35 from Laurent-Sarrazin/patch-1

Fix a typo
This commit is contained in:
Hongli Lai 2014-03-14 11:54:15 +01:00
commit 3366687e86

View File

@ -131,7 +131,7 @@ You can add additional daemons (e.g. your own app) to the image by creating runi
The shell script must be called `run`, must be executable, and is to be placed in the directory `/etc/service/<NAME>`.
Here's an example showing you how to a memached server runit entry can be made.
Here's an example showing you how a memached server runit entry can be made.
### In memcached.sh (make sure this file is chmod +x):
#!/bin/sh