about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-01-19 16:28:02 +0100
committerLeah Neukirchen <leah@vuxu.org>2024-01-19 16:28:02 +0100
commit36696956948eea74a83c368cd9679a15edd350f0 (patch)
treea06361a543faf6b44db91c39bdc2c52bdc6bc655 /README.md
parentf555fa01697bde241a4152af4075cf4ba639e96e (diff)
downloadnitro-36696956948eea74a83c368cd9679a15edd350f0.tar.gz
nitro-36696956948eea74a83c368cd9679a15edd350f0.tar.xz
nitro-36696956948eea74a83c368cd9679a15edd350f0.zip
make the @ part of parameterized service dir names, ignore these dirs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78a2fd0..c721d63 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@ can contain several files:
   of `run` is connected to the standard input by a pipe.
 - `down`, an optional file that causes nitro to not bring up this
   service by default.
+- Service directories ending with '@' are ignored; they can be used
+  for parameterized services.
 
 You may find runit's `chpst` useful when writing `run` scripts.