You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
? (PID 28648, nginx: master process /opt/gitlab/embedded/sbin/nginx -p /var/opt/gitlab/nginx)
53
+
? (PID 28584, sidekiq 2.17.0 gitlab-rails [0 of 25 busy])
27
54
```
28
55
29
-
Example configuration blacklisting various **GitLab** processes:
56
+
Example configuration blacklisting various **GitLab**and ``nginx``processes:
30
57
```
58
+
$ cat /etc/yum/pluginconf.d/needs-restarting.conf
59
+
[main]
60
+
enabled=1
61
+
excludeProcs=gitlab,nginx
31
62
```
32
63
33
64
Installation
34
65
============
66
+
A RPM package will follow soon. Currently you need to download the plugin and the plugin configuration and save it in the appropriate directory to make it work:
0 commit comments