aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/agetty.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/agetty.in b/init.d/agetty.in
index 971ee86c..a9606bf2 100644
--- a/init.d/agetty.in
+++ b/init.d/agetty.in
@@ -12,6 +12,7 @@
description="start agetty on a terminal line"
supervisor=supervise-daemon
port="${RC_SVCNAME#*.}"
+respawn_period="${respawn_period:-60}"
term_type="${term_type:-linux}"
command=/sbin/agetty
command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"