Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b94eaff7f6 | |||
370540d879 | |||
d6243bf426 |
1
srv/greetd/greetd-srv/producer-for
Normal file
1
srv/greetd/greetd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
greetd-log
|
3
srv/greetd/greetd-srv/run
Normal file
3
srv/greetd/greetd-srv/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
fdmove -c 2 1
|
||||
exec greetd
|
1
srv/greetd/greetd-srv/type
Normal file
1
srv/greetd/greetd-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
5
srv/ly/ly.conf
Normal file
5
srv/ly/ly.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# ly parameters
|
||||
GETTY=agetty
|
||||
TTY=tty7
|
||||
BAUD=115200
|
||||
TERM=linux
|
7
srv/ly/ly/run
Normal file
7
srv/ly/ly/run
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/execlineb -P
|
||||
envfile /etc/s6/config/ly.conf
|
||||
importas -uD "agetty" GETTY GETTY
|
||||
importas -uD "tty7" TTY TTY
|
||||
importas -uD "115200" BAUD BAUD
|
||||
importas -uD "linux" TERM TERM
|
||||
exec ${GETTY} -nl /usr/bin/ly-dm ${TTY} ${BAUD} ${TERM}
|
1
srv/ly/ly/type
Normal file
1
srv/ly/ly/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
@@ -1,7 +1,7 @@
|
||||
# run-time configuration file for /etc/s6/sv/nvidia-persistenced/run
|
||||
|
||||
# NVPD_USER: The user nvidia-persistenced is intended to run for
|
||||
NVPD_USER=""
|
||||
NVPD_USER="nvidia-persistenced"
|
||||
|
||||
# ARGS: Additional arguments to set the default persistence mode
|
||||
# (see nvidia-persistenced(1))
|
||||
|
Reference in New Issue
Block a user