mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
* Start mingetty after udev, otherwise /dev/tty* may not exist yet
(and you get Upstart messages about the ttyN job being restarted). svn path=/nixos/branches/fix-style/; revision=14174
This commit is contained in:
parent
d92d0e98f4
commit
09bcf1418c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
name = "tty" + toString ttyNumber;
|
||||
job = "
|
||||
start on startup
|
||||
start on udev
|
||||
stop on shutdown
|
||||
respawn ${mingetty}/sbin/mingetty --loginprog=${loginProgram} --noclear tty${toString ttyNumber}
|
||||
";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue