summarylogtreecommitdiffstats
path: root/service.env
diff options
context:
space:
mode:
Diffstat (limited to 'service.env')
-rw-r--r--service.env9
1 files changed, 9 insertions, 0 deletions
diff --git a/service.env b/service.env
new file mode 100644
index 000000000000..3044e149aba0
--- /dev/null
+++ b/service.env
@@ -0,0 +1,9 @@
+# environment for the systemd service
+
+# Arch: launch as root, gitlab-pages will chroot itself by default
+# If you do not want to chroot change these to GitLab (105)
+GITLAB_PAGES_UID=0
+GITLAB_PAGES_GID=0
+
+# Arch: when chrooted pages requires this to point to the system's cert bundle
+SSL_CERT_FILE=/etc/ca-certificates/extracted/tls-ca-bundle.pem