Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.go b/daemon.go
index dc3f6fee..f47b9703 100644
--- a/daemon.go
+++ b/daemon.go
@@ -13,7 +13,7 @@ import (
"github.com/kardianos/osext"
)
-const daemonRunProgram = "daemon-run"
+const daemonRunProgram = "gitlab-pages-unprivileged"
func daemonMain() {
if os.Args[0] != daemonRunProgram {