File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ pg_ctl start -l logfile
282
282
Different systems have different conventions for starting up daemons
283
283
at boot time. Many systems have a file
284
284
<filename>/etc/rc.local</filename> or
285
- <filename>/etc/rc.d/rc.local</filename>. Others use
285
+ <filename>/etc/rc.d/rc.local</filename>. Others use <filename>init.d</filename> or
286
286
<filename>rc.d</> directories. Whatever you do, the server must be
287
287
run by the <productname>PostgreSQL</productname> user account
288
288
<emphasis>and not by root</emphasis> or any other user. Therefore you
329
329
<programlisting>
330
330
/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data
331
331
</programlisting>
332
- to <filename>/etc/rc.d/rc.local</filename> or look at the file
332
+ to <filename>/etc/rc.d/rc.local</filename>
333
+ or <filename>/etc/rc.local</filename> or look at the file
333
334
<filename>contrib/start-scripts/linux</filename> in the
334
335
<productname>PostgreSQL</productname> source distribution.
335
336
</para>
You can’t perform that action at this time.
0 commit comments