2e41d2b0a3
* added meta "gitlab.service" that work alike corresponding init.d script * new .service files with support for "reload" and propagation of "reload" from "gitlab.service" * non-forking PIDFILE-less implementation This commit fixes services' start-up and postinst error on first install.
13 lines
357 B
Desktop File
13 lines
357 B
Desktop File
[Unit]
|
|
Description=GitLab Services
|
|
BindsTo=gitlab-unicorn.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
|
After=gitlab-unicorn.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
|