Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d4cafeba
Commit
d4cafeba
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Patch to add comments to Linux startup script.
Rene Pijlman
parent
509f5d24
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/start-scripts/linux
+6
-2
6 additions, 2 deletions
contrib/start-scripts/linux
with
6 additions
and
2 deletions
contrib/start-scripts/linux
+
6
−
2
View file @
d4cafeba
#! /bin/sh
#! /bin/sh
# chkconfig: 2345 98 02
# description: PostgreSQL RDBMS
# This is an example of a start/stop script for SysV-style init, such
# This is an example of a start/stop script for SysV-style init, such
# as is used on Linux systems. You should edit some of the variables
# as is used on Linux systems. You should edit some of the variables
# and maybe the 'echo' commands.
# and maybe the 'echo' commands.
...
@@ -12,7 +15,8 @@
...
@@ -12,7 +15,8 @@
# /etc/rc.d/rc3.d/S98postgresql
# /etc/rc.d/rc3.d/S98postgresql
# /etc/rc.d/rc4.d/S98postgresql
# /etc/rc.d/rc4.d/S98postgresql
# /etc/rc.d/rc5.d/S98postgresql
# /etc/rc.d/rc5.d/S98postgresql
# Or check out the chkconfig program, if you have it.
# Or, if you have chkconfig, simply:
# chkconfig --add postgresql
#
#
# Proper init scripts on Linux systems normally require setting lock
# Proper init scripts on Linux systems normally require setting lock
# and pid files under /var/run as well as reacting to network
# and pid files under /var/run as well as reacting to network
...
@@ -20,7 +24,7 @@
...
@@ -20,7 +24,7 @@
# Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net>
# Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net>
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.
2
2001/0
4/19 19:17:44 petere
Exp $
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.
3
2001/0
7/30 14:52:42 momjian
Exp $
## EDIT FROM HERE
## EDIT FROM HERE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment