Wilhelm Boltz wrote:
Hello Carlos, hello Per,
Am Dienstag, 9. Mai 2017, 07:48:27 CEST schrieb Per Jessen:
The problem is that '-L /var/log/fetchmail' is hardcoded in the startup script. You can write another startup script, and override that in /etc/systemd/system/fetchmail.d/, but that does seem a bit much. The right thing to do would be to fix that startup helper script and move '-L /var/log/fetchmail' into the options so it may be changed by way of /etc/sysconfig/fetchmail.
Still -
copy /usr/lib/systemd-fetchmail-exec to /usr/local/bin/wilhelm-fetchmail-exec remove the '-L /var/log/fetchmail' from that script create /etc/systemd/system/fetchmail.service.d/wilhelm.conf:
------- [Service] ExecStart= ExecStart=/usr/local/bin/wilhelm-fetchmail-exec ---------
systemctl daemon-reload
I followed Per's recommendation and it works well. Thank you very much for your help.
That's great - you managed to work around all my typos. :-) -- Per Jessen, Zürich (13.8°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org