Annotation For postgres.service.mk
Logged in as anonymous

Origin for each line in postgres.service.mk from check-in 1fa07fe6a0:

1fa07fe6a0 2025-03-10    1: DAEMON_postgres_COMMAND?=/usr/local/bin/pg_ctl
1fa07fe6a0 2025-03-10    2: DAEMON_postgres_FLAGS?=-w -s -m fast -D ${DAEMON_postgres_DATA}
1fa07fe6a0 2025-03-10    3: DAEMON_postgres_BACKGROUND?=start
1fa07fe6a0 2025-03-10    4: DAEMON_postgres_USER?=postgres
1fa07fe6a0 2025-03-10    5: DAEMON_postgres_GROUP?=postgres
1fa07fe6a0 2025-03-10    6: DAEMON_postgres_DATA?=/var/db/postgres/data16
1fa07fe6a0 2025-03-10    7: 
1fa07fe6a0 2025-03-10    8: postgres: ${_SERVICE_PLAIN}
1fa07fe6a0 2025-03-10    9: 
1fa07fe6a0 2025-03-10   10: postgres_exit: ${_SERVICE_PLAIN_EXIT}
1fa07fe6a0 2025-03-10   11: 	$${CMD} stop