aboutsummaryrefslogtreecommitdiff
path: root/local/etc/sv
diff options
context:
space:
mode:
Diffstat (limited to 'local/etc/sv')
-rwxr-xr-xlocal/etc/sv/getty-tty0/run4
-rwxr-xr-xlocal/etc/sv/sshd/run3
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