diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/agetty.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/agetty.in b/init.d/agetty.in index d2ba9449..f6cc12da 100644 --- a/init.d/agetty.in +++ b/init.d/agetty.in @@ -14,7 +14,7 @@ supervisor=supervise-daemon port="${RC_SVCNAME#*.}" term_type="${term_type:-linux}" command=/sbin/agetty -command_args_foreground="${agetty_options} ${port} ${baud} ${termtype}" +command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}" pidfile="/run/${RC_SVCNAME}.pid" depend() { |