/etc/default/zabbix-server is in zabbix-server-pgsql 1:2.2.2+dfsg-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # defaults file for zabbix-server-pgsql
# Start the Zabbix server from the init.d script?
# (Possible values: "yes" or "no")
#
# This is by default set to "no" because a PostgreSQL database needs to be
# prepared and configured before you can start the Zabbix server for the first
# time.
#
# Instructions on how to set up the database can be found in
# /usr/share/doc/zabbix-server-pgsql/README.Debian
START=no
# Absolute path to the configuration file
CONFIG_FILE="/etc/zabbix/zabbix_server.conf"
|