I am trying to run agetty in a runit based linux system, but I have the following problem
sh: cannot set terminal process group (136) Inappropriate ioctl for device
sh: no job control in this shell
I have no clue about this error, do you have some ideas
The script for running agetty is
#!/bin/sh
exec /sbin/agetty 38400 tty1 linux --noclear
Any help will be good.