diff options
Diffstat (limited to 'services/agetty-hvsi0')
-rw-r--r-- | services/agetty-hvsi0/conf | 8 | ||||
l--------- | services/agetty-hvsi0/finish | 1 | ||||
l--------- | services/agetty-hvsi0/run | 1 | ||||
l--------- | services/agetty-hvsi0/supervise | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/services/agetty-hvsi0/conf b/services/agetty-hvsi0/conf new file mode 100644 index 0000000..ec61b5f --- /dev/null +++ b/services/agetty-hvsi0/conf @@ -0,0 +1,8 @@ +GETTY_ARGS="-L" +if [ -x /sbin/agetty -o -x /bin/agetty ]; then + # util-linux specific settings + GETTY_ARGS="${GETTY_ARGS} -8" +fi + +BAUD_RATE=19200 +TERM_NAME=vt100 diff --git a/services/agetty-hvsi0/finish b/services/agetty-hvsi0/finish new file mode 120000 index 0000000..ad464cb --- /dev/null +++ b/services/agetty-hvsi0/finish @@ -0,0 +1 @@ +../agetty-generic/finish \ No newline at end of file diff --git a/services/agetty-hvsi0/run b/services/agetty-hvsi0/run new file mode 120000 index 0000000..ffa62a5 --- /dev/null +++ b/services/agetty-hvsi0/run @@ -0,0 +1 @@ +../agetty-serial/run \ No newline at end of file diff --git a/services/agetty-hvsi0/supervise b/services/agetty-hvsi0/supervise new file mode 120000 index 0000000..7dd4fb6 --- /dev/null +++ b/services/agetty-hvsi0/supervise @@ -0,0 +1 @@ +/run/runit/supervise.agetty-hvsi0 \ No newline at end of file |