mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 07:09:13 +02:00
Add SysVinit service (closes #224)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
bb669c239c
commit
412994775b
3 changed files with 86 additions and 0 deletions
10
readme.md
10
readme.md
|
|
@ -159,6 +159,16 @@ To disable TTY 2, edit `/etc/s6/config/tty2.conf` and set `SPAWN="no"`.
|
|||
To disable TTY 2, go to `/etc/dinit.d/config/console.conf` and modify
|
||||
`ACTIVE_CONSOLES`.
|
||||
|
||||
### sysvinit
|
||||
|
||||
```
|
||||
# zig build installexe -Dinit_system=sysvinit
|
||||
# update-rc.d lightdm disable
|
||||
# update-rc.d ly defaults
|
||||
```
|
||||
|
||||
To disable TTY 2, go to `/etc/inittab` and comment out the line containing `tty2`.
|
||||
|
||||
### Updating
|
||||
|
||||
You can also install Ly without overrding the current configuration file. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue