File: watcher-common.config.in

package info (click to toggle)
watcher 14.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,636 kB
  • sloc: python: 48,999; xml: 312; sh: 263; makefile: 75
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