From 4ab0625de062b390e9fde177f501eeaa2146988b Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 6 Feb 2014 12:36:06 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5adf5c2..caf091e 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ By default, it allows SSH access for the key in `image/insecure_key`. This makes ### Adding additional daemons -You can add additional daemons to the image by creating runit entries. You only have to write a small shell script which runs your daemon, and runit will keep it up and running for you, restarting it when it crashes, etc. +You can add additional daemons (e.g. your own app) to the image by creating runit entries. You only have to write a small shell script which runs your daemon, and runit will keep it up and running for you, restarting it when it crashes, etc. The shell script must be called `run`, must be executable, and is to be placed in the directory `/etc/service/`.