github.com/argoproj/argo-cd/v2@v2.10.5/test/remote/Procfile (about)

     1  sshd: sudo sh -c "/usr/sbin/sshd -p 2222 -D -e"
     2  fcgiwrap: sudo sh -c "(rm -f /var/run/fcgiwrap.socket && fcgiwrap -s unix:/var/run/fcgiwrap.socket & sleep 1 && chmod 777 /var/run/fcgiwrap.socket && wait)"
     3  nginx: sudo sh -c "nginx -g 'daemon off;' -c /etc/nginx/nginx.conf"