mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
* Fix the script installation path (install everything only on /etc/sv/ly) * Update the runit scripts to get the TTY value from the /etc/ly/config.ini file * Update readme.md
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
|
|
exec utmpset -w ${TTY}
|