Make systemd user configurable and create log directory
This commit is contained in:
7
DEBIAN/postinst
Executable file
7
DEBIAN/postinst
Executable 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
|
||||
Reference in New Issue
Block a user