fix danted

This commit is contained in:
2025-07-08 20:14:06 +03:00
parent 7a3e351d47
commit 76d6e7eacb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
logoutput: syslog logoutput: stdout
user.privileged: root user.privileged: root
user.unprivileged: nobody user.unprivileged: nobody

View File

@@ -4,7 +4,7 @@ starting() {
echo "Creating user" echo "Creating user"
bash /docker/init.sh bash /docker/init.sh
echo "Starting danted" echo "Starting danted"
danted -p /danted.pid danted -p -d 2 /danted.pid
} }
ending() { ending() {