mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Add dinit support
Co-authored-by: Simon Pflaumer <s.pflaumer@murena.io> Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
10
readme.md
10
readme.md
@@ -163,6 +163,16 @@ Finally, enable the service:
|
||||
# s6-rc -u change ly-srv
|
||||
```
|
||||
|
||||
### dinit
|
||||
```
|
||||
# zig build installdinit
|
||||
# dinitctl enable ly
|
||||
```
|
||||
|
||||
In addition to the steps above, you will also have to keep a TTY free within `/etc/dinit.d/config/console.conf`.
|
||||
|
||||
To do that, change `ACTIVE_CONSOLES` so that the tty that ly should use in `/etc/ly/config.ini` is free.
|
||||
|
||||
### Updating
|
||||
You can also install Ly without copying the system service and the configuration file. That's
|
||||
called *updating*. To update, simply run:
|
||||
|
||||
Reference in New Issue
Block a user