BUG: (andFix) Dkimproxy mit systemd auf Leap.15.4
Hi! Auf Leap.15.4 soll der dkimproxy nun mit mit systemd gestartet werden, die alte rcdkimrc gibt es nicht mehr. Leider hat da jemand seinen Schnarchhaken nicht loslassen können.. :-/ Das Ganze funktioniert nicht richtig. Hier die nötigen Korrekturen, die folgende Datei entsprechend ändern: /usr/lib/dkimproxy/dkimproxy_env.sh: #!/bin/sh .. # extract configuration from /etc/sysconfig/dkimproxy and write # environment to /run/sysconfig/dkimproxy to be used by # systemd unit files. if [ -r /etc/sysconfig/dkimproxy ]; then ### if dir non exists after reboot, create it if [ ! -d '/run/sysconfig' ] ; then mkdir '/run/sysconfig' fi cat /etc/sysconfig/dkimproxy > /run/sysconfig/dkimproxy fi echo "#Fully qualified hostanme" >> /run/sysconfig/dkimproxy echo "HFQHN=$( hostname -f )" >> /run/sysconfig/dkimproxy ### ^^^^^^^ Typo? ### in /usr/lib/systemd/system/dkimproxy-in.service ### are --hostname=${FQHN} needed, also add: echo "FQHN=$( hostname -f )" >> /run/sysconfig/dkimproxy Bin gespannt wann das im Repo auch ankommt... Tschö' Sue
participants (2)
-
Martin Schröder
-
Sandre Useres