Make systemd user configurable and create log directory

This commit is contained in:
2025-01-11 01:18:03 -05:00
parent 2c87a41048
commit 7b58b4a3ed
6 changed files with 20 additions and 4 deletions

7
DEBIAN/postinst Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
# Create the log directory
install -d -m 0755 -o root -g root /var/log/pgmon
exit 0