aboutsummaryrefslogtreecommitdiffstats
path: root/testing/runit/README.alpine
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-07-23 23:31:42 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-27 08:48:06 +0000
commit8b3ae69651755379df2a5dd0382dab72d83287b0 (patch)
treeaf7fb075d0c560012e659c7ddbc68fea1c1e8805 /testing/runit/README.alpine
parentbadf4ed4af02a05ef9cfb19b8060d2918ae03f37 (diff)
downloadaports-8b3ae69651755379df2a5dd0382dab72d83287b0.tar.bz2
aports-8b3ae69651755379df2a5dd0382dab72d83287b0.tar.xz
testing/runit: fix init script + doc typo
runit runs ok without a symlink to /etc/service in /run but without it sv commands do not work properly.
Diffstat (limited to 'testing/runit/README.alpine')
-rw-r--r--testing/runit/README.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/runit/README.alpine b/testing/runit/README.alpine
index fe9141cb3f..16fb7dc5b7 100644
--- a/testing/runit/README.alpine
+++ b/testing/runit/README.alpine
@@ -21,7 +21,7 @@ Example: /etc/sv/tinyssh/run |
#!/bin/sh
PORT=22
mkdir -p /etc/tinyssh
-/usr/sbin/tinysshd-makekey /etc/tinyssh/keys 2>/dev/null
+/usr/sbin/tinysshd-makekey /etc/tinyssh/sshkeys 2>/dev/null
exec tcpserver -HRDl0 0.0.0.0 $PORT /usr/sbin/tinysshd -v -l /etc/tinyssh/sshkeys
---------------------------------------------------------------------------------