diff options
author | Juan RP <xtraeme@gmail.com> | 2014-04-25 23:20:32 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-04-25 23:20:32 +0200 |
commit | b2fec086b9f498102537e0ff936138b2960e4082 (patch) | |
tree | 13dd068d53033bf799a502fff1acbf46dfe0743c /foo/etc/sv/sshd | |
download | runit-void-b2fec086b9f498102537e0ff936138b2960e4082.tar.gz runit-void-b2fec086b9f498102537e0ff936138b2960e4082.tar.xz runit-void-b2fec086b9f498102537e0ff936138b2960e4082.zip |
Initial import of runit init scripts based on ignite.
I did not use ignite because it needs bash, and I don't really want it.
Diffstat (limited to 'foo/etc/sv/sshd')
-rwxr-xr-x | foo/etc/sv/sshd/run | 5 | ||||
l--------- | foo/etc/sv/sshd/supervise | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/foo/etc/sv/sshd/run b/foo/etc/sv/sshd/run new file mode 100755 index 0000000..06f36ea --- /dev/null +++ b/foo/etc/sv/sshd/run @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Starting sshd..." +/usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist +exec /usr/sbin/sshd -D diff --git a/foo/etc/sv/sshd/supervise b/foo/etc/sv/sshd/supervise new file mode 120000 index 0000000..1ea2704 --- /dev/null +++ b/foo/etc/sv/sshd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.sshd \ No newline at end of file |