robert 2 vuotta sitten
vanhempi
commit
1601f92600
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

@@ -6,6 +6,7 @@ set -o pipefail
 chmod 600 /var/spool/cron/root
 sed -i -e '/pam_loginuid.so/s/^/#/' /etc/pam.d/crond
 mkdir -p /data/log/resin-books/bo/visit
+sed -i 's/nodaemon=false/nodaemon=true/g' /etc/supervisord.conf
 echo "ulimit -n 65535" >> /etc/profile
 echo "ulimit -u 65535" >> /etc/profile
 source /etc/profile