diff options
author | Christopher Brannon <chris@the-brannons.com> | 2021-06-28 04:56:21 -0700 |
---|---|---|
committer | Christopher Brannon <chris@the-brannons.com> | 2021-06-28 04:56:21 -0700 |
commit | d694bbf8420b825e416d72c5700bbae0fc04e4bf (patch) | |
tree | 857838afabe9f8f8207eb11c98ebd19b3868fae9 /README.md | |
parent | 256a9220f94a14ebd2e507961188a97bfec88608 (diff) | |
download | random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.tar random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.tar.gz random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.tar.bz2 random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.tar.lz random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.tar.xz random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.tar.zst random-things-d694bbf8420b825e416d72c5700bbae0fc04e4bf.zip |
Notes about my stack
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,3 +3,9 @@ A collection of random scripts, config files, or whatever. Some of this won't be usable out of the box, but it is provided for demonstrative purposes. + +# Notes About My Stack + +Some of my scripts use Laurent Bercot's execline language; see [the execline homepage](https://skarnet.org/software/execline/). +I also use [runit](http://smarden.org/runit/) for service supervision in a lot of places, and in a few +places I use the chpst tool from runit in contexts other than service supervision. |