Modification : vm_hosted -> etc/sv/*/{,log/}run .
[lhc/ateliers.git] / etc / sv / postgres / run
index addd8eb..a65e1c0 100755 (executable)
@@ -1,9 +1,11 @@
 #!/bin/sh -eux
 exec 2>&1
 sv=${PWD#/etc/sv/}
-install -d -m 710 -o postgres -g postgres-data \
+home="/home/postgresql"
+
+install -d -m 710 -o "$sv" -g "$sv"-data \
  /run/postgresql
-eval "home=~$sv"
+
 exec /usr/bin/chpst \
  -u "$sv":"$sv":"$sv"-data \
  /usr/lib/postgresql/9.1/bin/postgres \