wok rev 1284

postgresql: cleanup init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 20 08:35:03 2008 +0000 (2008-08-20)
parents fe95cc78e50e
children 1f3b7c0e6144
files postgresql/stuff/etc/init.d/postgresql
line diff
     1.1 --- a/postgresql/stuff/etc/init.d/postgresql	Wed Aug 20 08:31:04 2008 +0000
     1.2 +++ b/postgresql/stuff/etc/init.d/postgresql	Wed Aug 20 08:35:03 2008 +0000
     1.3 @@ -10,7 +10,6 @@
     1.4  
     1.5  NAME=Postgresql
     1.6  DESC="PostgreSQL server"
     1.7 -su -c "postgres -D /var/lib/pgsql >logfile 2>&1" - postgres &
     1.8  OPTIONS=$PGSQL_OPTIONS
     1.9  [ -n "$OPTIONS" ] || OPTIONS="-D /var/lib/pgsql -s"
    1.10