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.
27 lines
1.4 KiB
Text
27 lines
1.4 KiB
Text
# Used by chkconfig tool for rpm based systems, it can be safely ignored
|
|
gitlab: init.d-script-has-unknown-lsb-keyword etc/init.d/gitlab:15 chkconfig
|
|
|
|
# just an example, not used directly
|
|
gitlab: executable-not-elf-or-script usr/share/gitlab/lib/support/init.d/gitlab.default.example
|
|
|
|
# just an example, not used directly
|
|
gitlab: executable-not-elf-or-script usr/share/gitlab/lib/support/deploy/deploy.sh
|
|
|
|
# comes from upstream, timestamp will not change on rebuilds
|
|
gitlab: package-contains-timestamped-gzip usr/share/gitlab/spec/fixtures/ci_build_artifacts_metadata.gz
|
|
|
|
# upgrade handled via apt, script not required
|
|
gitlab: executable-not-elf-or-script usr/share/gitlab/bin/upgrade.rb
|
|
gitlab: executable-not-elf-or-script usr/share/gitlab/bin/ci/upgrade.rb
|
|
|
|
# False-positives: there are no init.d files for those services:
|
|
init.d-script-not-marked-as-conffile etc/init.d/gitlab-sidekiq
|
|
init.d-script-not-marked-as-conffile etc/init.d/gitlab-workhorse
|
|
init.d-script-not-marked-as-conffile etc/init.d/gitlab-unicorn
|
|
init.d-script-not-marked-as-conffile etc/init.d/gitlab-mailroom
|
|
|
|
# Not needed; SysV uses one 'gitlab' init script.
|
|
init.d-script-not-included-in-package etc/init.d/gitlab-workhorse
|
|
init.d-script-not-included-in-package etc/init.d/gitlab-sidekiq
|
|
init.d-script-not-included-in-package etc/init.d/gitlab-mailroom
|
|
init.d-script-not-included-in-package etc/init.d/gitlab-unicorn
|