Skip to content

Add a directory for runtime temp files

In order to implement Rails Prometheus metrics, we need a tmpfs-mounted directory to write shared data files to. The normal standard for this on Linux is that /var/run/ is a tmpfs directory.

On startup, create /var/run/gitlab so that services can create sub-directories for their runtime files.