File: postgres-user

package info (click to toggle)
pgagroal 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,888 kB
  • sloc: ansic: 22,875; sh: 68; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/doc/etc/pgagroal.service
+++ b/doc/etc/pgagroal.service
@@ -11,7 +11,7 @@ After=network.target
 
 [Service]
 Type=exec
-User=pgagroal
+User=postgres
 ExecStart=/usr/bin/pgagroal
 ExecReload=/bin/kill -HUP $MAINPID
 KillSignal=SIGINT