summaryrefslogtreecommitdiffstats
path: root/postgresql/post-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-04-03 20:55:51 +0200
committertnut <tnut at nutyx dot com>2012-04-03 20:55:51 +0200
commitf6aa334c55605ff7935d5adc411dc2765f73c6a0 (patch)
treed2984e4216601344de8ad6f9cefe171c85821c89 /postgresql/post-install
parent87ba42b618a9218a9fa5381888ed2365d1d5c094 (diff)
downloadnutyx-extra-f6aa334c55605ff7935d5adc411dc2765f73c6a0.tar.gz
nutyx-extra-f6aa334c55605ff7935d5adc411dc2765f73c6a0.tar.bz2
nutyx-extra-f6aa334c55605ff7935d5adc411dc2765f73c6a0.tar.xz
nutyx-extra-f6aa334c55605ff7935d5adc411dc2765f73c6a0.zip
ts les services dans base ainsi que les dépendances de libgl
Diffstat (limited to 'postgresql/post-install')
-rw-r--r--postgresql/post-install12
1 files changed, 0 insertions, 12 deletions
diff --git a/postgresql/post-install b/postgresql/post-install
deleted file mode 100644
index dd6c07e5b..000000000
--- a/postgresql/post-install
+++ /dev/null
@@ -1,12 +0,0 @@
-getent group $newgroup > /dev/null || groupadd -g 41 postgres
-getent passwd $newuser > /dev/null || useradd -c "PostgreSQL Server" \
--g postgres -d /srv/pgsql/data \
- -u 41 postgres
-install -v -m700 -d /srv/pgsql/data
-chown -v postgres /srv/pgsql/data
-chmod 700 /srv/pgsql/data
-# su - postgres -c '/usr/bin/initdb -D /srv/pgsql/data'
-
-# su - postgres -c '/usr/bin/postmaster -D /srv/pgsql/data > \
-# /srv/pgsql/data/logfile 2>&1 &'
-