diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/runit.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/runit.boot b/contrib/runit.boot new file mode 100644 index 0000000..aafe142 --- /dev/null +++ b/contrib/runit.boot @@ -0,0 +1 @@ +while :; do /usr/bin/runsvdir -P /var/service ; done & |