5 Commits

Author SHA1 Message Date
9b135a47a3 openntpd: rename openntpd directory to ntpd 2025-08-13 17:06:56 -05:00
565b86838e syncthing-relaysrv: update for v2.0.0 2025-08-13 13:16:06 -05:00
dbaf33bf18 syncthing: update args for syncthing v2.0 2025-08-13 13:12:24 -05:00
370540d879 add ly 2024-08-24 09:54:16 -05:00
d6243bf426 nvidia-utils: fix conf 2024-08-13 18:12:25 -05:00
10 changed files with 17 additions and 4 deletions

5
srv/ly/ly.conf Normal file
View File

@@ -0,0 +1,5 @@
# ly parameters
GETTY=agetty
TTY=tty7
BAUD=115200
TERM=linux

7
srv/ly/ly/run Normal file
View 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}

View File

@@ -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))

View File

@@ -0,0 +1 @@
ntpd-log

View File

@@ -0,0 +1 @@
longrun

View File

@@ -1 +0,0 @@
openntpd-log

View File

@@ -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

View File

@@ -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