[DRE-commits] [gitlab] 04/16: change gitlab.target to gitlab.service
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Feb 16 12:09:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit df90f8ac01101337675a7100e7697f4055db4810
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Feb 15 11:31:43 2017 +0530
change gitlab.target to gitlab.service
---
debian/README.Debian | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index bbfa3fa..36939a5 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -77,7 +77,7 @@ how to fix possible problems. Another one is:
To see service status with systemd, you can use:
- $ systemctl status gitlab.target
+ $ systemctl status gitlab.service -l
$ systemctl status gitlab-unicorn.service -l
$ systemctl status gitlab-sidekiq.service -l
$ systemctl status gitlab-workhorse.service -l
@@ -98,7 +98,7 @@ Migrating from non-Debian gitlab
2. Install Debian gitlab:
$ apt-get install gitlab
3. Stop gitlab services:
- $ systemctl stop gitlab.target
+ $ systemctl stop gitlab.service
4. Rename your old database to gitlab_production and set the user gitlab as
its owner and the owner of all its tables, sequences and views
$ su - postgres
@@ -125,7 +125,7 @@ Migrating from non-Debian gitlab
# su gitlab
$ /usr/share/gitlab-shell/bin/create-hooks
12. Start gitlab:
- $ systemctl start gitlab.target
+ $ systemctl start gitlab.service
13. Check the installation:
$ runuser -u gitlab -- sh -c 'cd /usr/share/gitlab && export $(cat /etc/gitlab/gitlab-debian.conf) && rake gitlab:check RAILS_ENV=production'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list