2016-07-17 23:45:13 +05:30
|
|
|
[Unit]
|
|
|
|
Description=GitLab Services
|
2020-06-02 16:58:55 +05:30
|
|
|
BindsTo=gitlab-puma.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
2020-08-20 19:51:56 +05:30
|
|
|
After=gitlab-puma.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
2016-07-17 23:45:13 +05:30
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=idle
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=-/bin/true
|
|
|
|
ExecReload=-/bin/true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=gitlab.target
|