Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gitlab
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
gitlab
Commits
68b2dd3d
Commit
68b2dd3d
authored
4 years ago
by
Praveen Arimbrathodiyil
Browse files
Options
Downloads
Patches
Plain Diff
Remove gitlab-unicorn.service and install gitlab-puma.service
parent
956a715c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/gitlab.gitlab-unicorn.service
+0
-21
0 additions, 21 deletions
debian/gitlab.gitlab-unicorn.service
debian/gitlab.postinst
+1
-1
1 addition, 1 deletion
debian/gitlab.postinst
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
2 additions
and
23 deletions
debian/gitlab.gitlab-unicorn.service
deleted
100644 → 0
+
0
−
21
View file @
956a715c
[Unit]
Description
=
GitLab Unicorn Server
PartOf
=
gitlab.target
Requires
=
redis-server.service
Wants
=
postgresql.service
After
=
redis-server.service postgresql.service
PartOf
=
gitlab.service
ReloadPropagatedFrom
=
gitlab.service
[Service]
Type
=
simple
WorkingDirectory
=
/usr/share/gitlab
EnvironmentFile
=
/etc/gitlab/gitlab-debian.conf
EnvironmentFile
=
-/etc/default/gitlab
SyslogIdentifier
=
gitlab-unicorn
ExecStart
=
/usr/bin/bundle exec unicorn_rails -c config/unicorn.rb -E $RAILS_ENV
ExecReload
=
/bin/kill -USR2 $MAINPID
Restart
=
on-abnormal
[Install]
WantedBy
=
gitlab.target
This diff is collapsed.
Click to expand it.
debian/gitlab.postinst
+
1
−
1
View file @
68b2dd3d
...
...
@@ -260,7 +260,7 @@ case "$1" in
fi
# Override User for systemd services
for
service
in
mailroom
unicorn
sidekiq workhorse
;
do
for
service
in
mailroom
puma
sidekiq workhorse
;
do
path
=
/etc/systemd/system/gitlab-
${
service
}
.service.d
mkdir
-p
$path
if
[
-e
$path
/override.conf
]
;
then
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
68b2dd3d
...
...
@@ -18,7 +18,7 @@ override_dh_install:
override_dh_installinit:
dh_installinit --no-start -p gitlab --name=gitlab-sidekiq
dh_installinit --no-start -p gitlab --name=gitlab-
unicorn
dh_installinit --no-start -p gitlab --name=gitlab-
puma
dh_installinit --no-start -p gitlab --name=gitlab-mailroom
dh_installinit --no-start -p gitlab --name=gitlab-workhorse
dh_installinit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment