mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
87a9473276
directory. Mark Cotner and David Fetter
11 lines
409 B
Bash
Executable File
11 lines
409 B
Bash
Executable File
sudo sh -c 'echo "POSTGRESQL=-YES-" >> /etc/hostconfig'
|
|
sudo mkdir /Library/StartupItems/PostgreSQL
|
|
sudo cp PostgreSQL /Library/StartupItems/PostgreSQL
|
|
sudo cp StartupParameters.plist /Library/StartupItems/PostgreSQL
|
|
if [ -e /Library/StartupItems/PostgreSQL/PostgreSQL ]
|
|
then
|
|
echo "Startup Item Installed Successfully . . . "
|
|
echo "Starting PostgreSQL Server . . . "
|
|
SystemStarter restart PostgreSQL
|
|
fi
|