Artifact 8f7b6ab696b93f65ff6f0733166fac24fef4af3d0923a1dd73ec8c8e9382919c:
- File postgres.service.mk — part of check-in [1fa07fe6a0] at 2025-03-10 16:49:48 on branch trunk — more services (user: arcade, size: 336) [annotate] [blame] [check-ins using]
DAEMON_postgres_COMMAND?=/usr/local/bin/pg_ctl DAEMON_postgres_FLAGS?=-w -s -m fast -D ${DAEMON_postgres_DATA} DAEMON_postgres_BACKGROUND?=start DAEMON_postgres_USER?=postgres DAEMON_postgres_GROUP?=postgres DAEMON_postgres_DATA?=/var/db/postgres/data16 postgres: ${_SERVICE_PLAIN} postgres_exit: ${_SERVICE_PLAIN_EXIT} $${CMD} stop