docker-entrypoint.sh 65 B

12345
  1. #!/bin/bash
  2. chown -R _rspamd:_rspamd /var/lib/rspamd
  3. exec "$@"