Skip to main content
Topic: s6: USER variable replaced with ARGS for agetty-*.conf files (Read 466 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

s6: USER variable replaced with ARGS for agetty-*.conf files

If you happened to use the USER variable for autologging into agetty, this variable has been removed and replaced with ARGS in the upcoming s6-scripts update. Any arbitrary argument can be passed instead. In the new *.conf file instead of:
USER="username"
it becomes:
ARGS="-a username"

Currently s6-scripts is in testing, but it will make its way to stable soon.