Lines Matching defs:Service
5 [Service] section
6 Type=forking
7 User=postgres
8 Group=postgres
11 Environment=PGPORT=5432
14 Environment=PGDATA=/var/lib/postgresql/data
17 OOMScoreAdjust=-17
19 ExecStart=@BINDIR@/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300
20 ExecStop=@BINDIR@/pg_ctl stop -D ${PGDATA} -s -m fast
21 ExecReload=@BINDIR@/pg_ctl reload -D ${PGDATA} -s
24 TimeoutSec=300