Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
377cd2ea
Commit
377cd2ea
authored
May 17, 1997
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments to assist with installation.
parent
0b055d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
contrib/linux/postgres.init
contrib/linux/postgres.init
+6
-0
No files found.
contrib/linux/postgres.init
View file @
377cd2ea
...
...
@@ -6,6 +6,11 @@
# based on news startup by David Myers
#
# Written for RedHat Linux but should apply to other Linux distributions.
#
# To be installed as /etc/rc.d/init.d/postgres.init
# Softlink into rc5.d to bring up with multiuser and networking:
# cd /etc/rc.d/rc5.d; ln -s ../init.d/postgres.init S98postgres
#
# Assumptions:
# - the postgres user is named "postgres"
# - the postgres user is running csh/tcsh
...
...
@@ -32,6 +37,7 @@ case "$1" in
echo
-n
"Starting postgres service: "
# force full login to get path names and environment variables
# postgres runs tcsh so use proper syntax in redirection
# change this line if the postgres superuser account is not "postgres"
# change this line if another shell syntax is necessary
# su - postgres -c 'postmaster -S' > /dev/null&
su - postgres
-c
'postmaster >>&! /tmp/postmaster.log&'
>
/dev/null&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment