Lines Matching defs:Service
5 [Service] section
6 Type=notify
10 TimeoutStartSec=0
12 User=postgres
13 Group=postgres
15 StandardOutput=syslog
16 StandardError=syslog
17 SyslogIdentifier=postgres
19 …in/sh -c "if [ ! -f /var/lib/pgsql/PG_VERSION ]; then /usr/bin/pg_ctl initdb -D /var/lib/pgsql; fi"
20 ExecStart=/usr/bin/postgres -D /var/lib/pgsql
21 ExecReload=/usr/bin/kill -HUP $MAINPID
22 KillMode=mixed
23 KillSignal=SIGINT
24 TimeoutSec=0