[DRE-commits] [gitlab] 10/13: enable systemd unit files
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Feb 4 11:02:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit ac1f91b5c4bdce2bf9673816037ca03a90f9703e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Feb 4 16:22:17 2016 +0530
enable systemd unit files
---
debian/rules | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..3876ebc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,14 @@
%:
dh $@
+
+override_dh_install:
+ dh_install
+ dh_systemd_enable gitlab-unicorn.service
+ dh_systemd_enable gitlab-sidekiq.service
+ dh_systemd_enable gitlab-workhorse.service
+ dh_systemd_enable gitlab.target
+ dh_systemd_start gitlab.target
+
+override_dh_installinit:
+ dh_installinit --no-start
--
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