[arch-commits] Commit in gitlab/trunk (gitlab-puma.service gitlab-sidekiq.service)

Anatol Pomozov anatolik at archlinux.org
Wed May 27 21:12:19 UTC 2020


    Date: Wednesday, May 27, 2020 @ 21:12:19
  Author: anatolik
Revision: 636070

Remove mysql-specific code

https://about.gitlab.com/blog/2019/06/27/removing-mysql-support/

Modified:
  gitlab/trunk/gitlab-puma.service
  gitlab/trunk/gitlab-sidekiq.service

------------------------+
 gitlab-puma.service    |    4 ++--
 gitlab-sidekiq.service |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: gitlab-puma.service
===================================================================
--- gitlab-puma.service	2020-05-27 21:11:10 UTC (rev 636069)
+++ gitlab-puma.service	2020-05-27 21:12:19 UTC (rev 636070)
@@ -1,8 +1,8 @@
 [Unit]
 Description=GitLab Puma Server
 Requires=redis.service
-Wants=mysqld.service postgresql.service
-After=redis.service mysqld.service postgresql.service network.target
+Wants=postgresql.service
+After=redis.service postgresql.service network.target
 StartLimitIntervalSec=100s
 
 [Service]

Modified: gitlab-sidekiq.service
===================================================================
--- gitlab-sidekiq.service	2020-05-27 21:11:10 UTC (rev 636069)
+++ gitlab-sidekiq.service	2020-05-27 21:12:19 UTC (rev 636070)
@@ -1,8 +1,8 @@
 [Unit]
 Description=GitLab Sidekiq Worker
 Requires=redis.service gitlab-puma.service
-Wants=mysqld.service postgresql.service
-After=redis.service mysqld.service postgresql.service network.target gitlab-puma.service
+Wants=postgresql.service
+After=redis.service postgresql.service network.target gitlab-puma.service
 JoinsNamespaceOf=gitlab-puma.service
 StartLimitIntervalSec=100s
 



More information about the arch-commits mailing list