Add a bit documentation about systemd (and sysvinit)
This commit is contained in:
parent
217213b661
commit
8e419b4474
3
debian/postfwd.README.Debian
vendored
3
debian/postfwd.README.Debian
vendored
|
@ -55,7 +55,8 @@ Samples can be taken into the logfile when starting the daemon with "-vv"
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
In order to avoid the startup of the daemon on an unconfigured machine,
|
In order to avoid the startup of the daemon on an unconfigured machine,
|
||||||
automatic startup, on boot, is disabled by default. To enable it just edit the
|
automatic startup, on boot, is disabled by default. To enable it just run
|
||||||
|
'systemctl enable postfwd.service', when still using SysVinit edit the
|
||||||
file /etc/default/postfwd and set the "startup" variable to 1.
|
file /etc/default/postfwd and set the "startup" variable to 1.
|
||||||
|
|
||||||
4. CHOOSING WHICH POSTFWD VERSION TO USE
|
4. CHOOSING WHICH POSTFWD VERSION TO USE
|
||||||
|
|
2
debian/postfwd.default
vendored
2
debian/postfwd.default
vendored
|
@ -1,6 +1,6 @@
|
||||||
# Global options for postfwd(8).
|
# Global options for postfwd(8).
|
||||||
|
|
||||||
# Set to '1' to enable startup (daemon mode)
|
# Set to '1' to enable startup (daemon mode), doesn't affect systemd
|
||||||
STARTUP=0
|
STARTUP=0
|
||||||
|
|
||||||
# Config file
|
# Config file
|
||||||
|
|
Loading…
Reference in a new issue