From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 23 Jan 2016 12:00:04 +0000 (+0000) Subject: Improve generic start instructions for Unix derivates X-Git-Tag: v_3_0_25~164 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/diff?a=commitdiff_plain;h=d4f4e86c3ee61b1911eee63b96dd1731086d2486;p=privoxy.git Improve generic start instructions for Unix derivates Suggest to use the --user option and mention that binary packages usually contain a mechanism to start Privoxy upon boot. --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 18539a35..fe39b762 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -36,7 +36,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.199 2016/01/21 15:55:49 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.200 2016/01/23 11:59:20 fabiankeil Exp $ Copyright (C) 2001-2014 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -62,7 +62,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.199 2016/01/21 15:55:49 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.200 2016/01/23 11:59:20 fabiankeil Exp $</pubdate> <!-- @@ -1108,15 +1108,21 @@ Click on the &my-app; Icon to start <application>Privoxy</application>. If no co </sect2> <sect2 id="start-unices"> -<title>Solaris, NetBSD, HP-UX and others</title> +<title>Generic instructions for Unix derivates (Solaris, NetBSD, HP-UX etc.)</title> <para> Example Unix startup command: </para> <para> <screen> - # /usr/sbin/privoxy /etc/privoxy/config + # /usr/sbin/privoxy --user privoxy /etc/privoxy/config </screen> </para> +<para> + Note that if you installed <application>Privoxy</application> through + a package manager, the package will probably contain a platform-specific + script or configuration file to start <application>Privoxy</application> + upon boot. +</para> </sect2> <sect2 id="start-os2">