aboutsummaryrefslogtreecommitdiff
path: root/riemann.fmi.uni-sofia.bg/ngetty/ngetty-1.1/README.upstart
diff options
context:
space:
mode:
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.