aboutsummaryrefslogtreecommitdiff
path: root/riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart
diff options
context:
space:
mode:
authorKlaatu Sverige <[email protected]>2015-08-05 21:31:21 +0000
committerKlaatu Sverige <[email protected]>2015-08-05 21:31:21 +0000
commit86f0721bd904d8163c5f8f2472b78169146cc67d (patch)
treecf9e61bd495c73ece45b96242e6f575af228d01d /riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart
parent75a501d32dff3c1c1ee9a2a3dc6d5b704cc7c6d1 (diff)
added website data, because it had heaps of good tutorials and info
Diffstat (limited to 'riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart')
-rw-r--r--riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart24
1 files changed, 24 insertions, 0 deletions
diff --git a/riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart b/riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart
new file mode 100644
index 0000000..5c71b39
--- /dev/null
+++ b/riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart
@@ -0,0 +1,24 @@
+If upstart (http://en.wikipedia.org/wiki/Upstart)
+is the default init (PID 1) save next
+
+--------------------------------
+# ngetty
+start on runlevel [2345]
+stop on shutdown
+respawn
+exec /sbin/ngetty 1 2 3 4 5 6
+--------------------------------
+
+in /etc/init/ngetty.tmp and then type:
+mv /etc/init/ngetty.tmp /etc/init/ngetty.conf
+
+If you have running tty stop them before above "mv" with:
+stop tty1
+stop tty2
+...
+
+See also:
+http://upstart.ubuntu.com/getting-started.html
+
+If someone uses ngetty with upstart and has more
+experience let me know.