File: watcher-common.config.in

package info (click to toggle)
watcher 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,400 kB
  • sloc: python: 47,848; sh: 485; xml: 312; makefile: 74
file content (17 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
WATCHER_CONF=/etc/watcher/watcher.conf

#PKGOS-INCLUDE#

pkgos_var_user_group watcher
pkgos_dbc_read_conf -pkg watcher-common ${WATCHER_CONF} database connection watcher $@
pkgos_rabbit_read_conf ${WATCHER_CONF} oslo_messaging_rabbit watcher
pkgos_read_admin_creds ${WATCHER_CONF} keystone_authtoken watcher

db_go

exit 0