Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
9b135a47a3 | |||
565b86838e | |||
dbaf33bf18 | |||
370540d879 | |||
d6243bf426 |
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,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))
|
||||
|
1
srv/openntpd/ntpd-srv/producer-for
Normal file
1
srv/openntpd/ntpd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
ntpd-log
|
1
srv/openntpd/ntpd-srv/type
Normal file
1
srv/openntpd/ntpd-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
@@ -1 +0,0 @@
|
||||
openntpd-log
|
@@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
fdmove -c 2 1
|
||||
exec syncthing-relaysrv strelaysrv -keys=/var/lib/relaysrv
|
||||
exec syncthing-relaysrv strelaysrv --keys=/var/lib/relaysrv
|
||||
|
@@ -3,4 +3,4 @@ envfile /etc/s6/config/syncthing.conf
|
||||
importas -uD "root" USER USER
|
||||
importas -uD "/root" HOMEDIR HOMEDIR
|
||||
export HOME $HOMEDIR
|
||||
exec s6-setuidgid $USER syncthing -logflags 0 -home=${HOMEDIR}/.config/syncthing
|
||||
exec s6-setuidgid $USER syncthing --no-browser --log-level INFO --home=${HOMEDIR}/.config/syncthing
|
||||
|
Reference in New Issue
Block a user