13 lines
351 B
Desktop File
13 lines
351 B
Desktop File
[Unit]
|
|
Description=GitLab Services
|
|
BindsTo=gitlab-puma.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
|
After=gitlab-puma.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
|
|
|
[Service]
|
|
Type=idle
|
|
RemainAfterExit=yes
|
|
ExecStart=-/bin/true
|
|
ExecReload=-/bin/true
|
|
|
|
[Install]
|
|
WantedBy=gitlab.target
|