[emailrelay-help] Systemd Service for debian
SMTP email proxy and relay server
Brought to you by:
graeme_walker
From: Christoph P. <Chr...@pl...> - 2022-02-08 18:49:59
|
Hello Graeme, I realized that emailrelay does not start automatically after a reboot. I guess that this is because both an init script and a systemd service file exist in the sources and the init script is overridden by the service. The problem can be solved by adding a section to the service file in the debian directory: [Install] WantedBy=multi-user.target Regards Christoph |