Fix dinit & s6 service + don't hardcode paths in runit service

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-08-29 02:18:11 +02:00
parent f988bd334b
commit 1ee8010c24
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/execlineb -P
exec agetty -L -8 -n -l $PREFIX_DIRECTORY/bin/$EXE_NAME tty$DEFAULT_TTY 115200
exec agetty -L -8 -n -l $PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME tty$DEFAULT_TTY 115200