Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4cafeb

Browse files
committed
Patch to add comments to Linux startup script.
Rene Pijlman
1 parent509f5d2 commitd4cafeb

File tree

1 file changed

+6
-2
lines changed
  • contrib/start-scripts

1 file changed

+6
-2
lines changed

‎contrib/start-scripts/linux

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#! /bin/sh
22

3+
# chkconfig: 2345 98 02
4+
# description: PostgreSQL RDBMS
5+
36
# This is an example of a start/stop script for SysV-style init, such
47
# as is used on Linux systems. You should edit some of the variables
58
# and maybe the 'echo' commands.
@@ -12,15 +15,16 @@
1215
# /etc/rc.d/rc3.d/S98postgresql
1316
# /etc/rc.d/rc4.d/S98postgresql
1417
# /etc/rc.d/rc5.d/S98postgresql
15-
# Or check out the chkconfig program, if you have it.
18+
# Or, if you have chkconfig, simply:
19+
# chkconfig --add postgresql
1620
#
1721
# Proper init scripts on Linux systems normally require setting lock
1822
# and pid files under /var/run as well as reacting to network
1923
# settings, so you should treat this with care.
2024

2125
# Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net>
2226

23-
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.2 2001/04/19 19:17:44 petere Exp $
27+
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.3 2001/07/30 14:52:42 momjian Exp $
2428

2529
## EDIT FROM HERE
2630

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp