Add a bit documentation about systemd (and sysvinit)

This commit is contained in:
Jan Wagner 2017-10-19 10:23:22 +02:00
parent 217213b661
commit 8e419b4474
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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