diff options
Diffstat (limited to 'examples/ROOT/img/tmpfs/service/getty')
| -rw-r--r-- | examples/ROOT/img/tmpfs/service/getty/README | 2 | ||||
| -rwxr-xr-x | examples/ROOT/img/tmpfs/service/getty/run | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/ROOT/img/tmpfs/service/getty/README b/examples/ROOT/img/tmpfs/service/getty/README new file mode 100644 index 0000000..efb079b --- /dev/null +++ b/examples/ROOT/img/tmpfs/service/getty/README @@ -0,0 +1,2 @@ +This service is started very early, to make sure a tty exists as soon +as s6-svscan is run, so early debugging is possible. diff --git a/examples/ROOT/img/tmpfs/service/getty/run b/examples/ROOT/img/tmpfs/service/getty/run new file mode 100755 index 0000000..3240ffd --- /dev/null +++ b/examples/ROOT/img/tmpfs/service/getty/run @@ -0,0 +1,2 @@ +#!/command/execlineb -P +getty -L -H DEBUG 38400 tty1 |
