File: pgqd.service

package info (click to toggle)
pgqd 3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,260 kB
  • sloc: ansic: 29,685; makefile: 1,158; sh: 705; python: 206; sed: 22
file content (11 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=PgQ maintenance daemon
After=postgresql.service

[Service]
User=postgres
ExecStart=/usr/bin/pgqd /etc/pgqd.ini
PIDFile=/run/postgresql/pgqd.pid

[Install]
WantedBy=multi-user.target