fix danted
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
logoutput: syslog
|
logoutput: stdout
|
||||||
user.privileged: root
|
user.privileged: root
|
||||||
user.unprivileged: nobody
|
user.unprivileged: nobody
|
||||||
|
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user