File: pgagroal.socket

package info (click to toggle)
pgagroal 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,396 kB
  • sloc: ansic: 39,212; sh: 687; python: 272; makefile: 36; sql: 13
file content (13 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# systemd socket unit for pgagroal
#
# See pgagroal.service for more information.
#
[Unit]
Description=Sockets for pgagroal

[Socket]
ListenStream=/run/postgresql/.s.PGSQL.2345
#ListenStream=2345

[Install]
WantedBy=sockets.target