This commit is contained in:
fro
2025-10-28 12:56:34 -05:00
parent 457e9bfd34
commit c07c82e595

View File

@@ -4,6 +4,9 @@
# config postgrest / frode klevstul / oct 2025
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if ! [ -f "/etc/systemd/system/postgrest.service" ]
then
useradd -M -U -d /nonexistent -s /usr/sbin/nologin postgrest
cd /tmp
@@ -13,3 +16,5 @@ cp postgrest.service /etc/systemd/system/
systemctl enable postgrest
systemctl start postgrest
systemctl status postgrest
fi