diff options
Diffstat (limited to 'local/etc/sv')
| -rwxr-xr-x | local/etc/sv/getty-tty0/run | 4 | ||||
| -rwxr-xr-x | local/etc/sv/sshd/run | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/local/etc/sv/getty-tty0/run b/local/etc/sv/getty-tty0/run new file mode 100755 index 0000000..4fd121c --- /dev/null +++ b/local/etc/sv/getty-tty0/run @@ -0,0 +1,4 @@ +#!/bin/sh +. /etc/profile + +getty tty0 38400 vt100 diff --git a/local/etc/sv/sshd/run b/local/etc/sv/sshd/run new file mode 100755 index 0000000..8e5081a --- /dev/null +++ b/local/etc/sv/sshd/run @@ -0,0 +1,3 @@ +#!/bin/sh +ssh-keygen -A +/usr/sbin/sshd -D |
