Hi, [...]
1. systemctl edit - it allows you to edit drop-in file for a unit - *any* unit actually. This drop-in is persistent and is merged into unit definition when systemd reads definition.
ic, didn't know that.
it was sufficient to add the dependency for nss-lookup.target to the named.service file: ------------------------< snip snip snip >----------------------------- systemctl cat named.service # /run/systemd/generator.late/named.service # Automatically generated by systemd-sysv-generator [Unit] Documentation=man:systemd-sysv-generator(8) SourcePath=/etc/init.d/named Description=LSB: Domain Name System (DNS) server, named Before=multi-user.target graphical.target nss-lookup.target stor_agent.service After=network-online.target ldap.service Wants=nss-lookup.target network-online.target [Service] Type=forking Restart=no TimeoutSec=5min IgnoreSIGPIPE=no KillMode=process GuessMainPID=no RemainAfterExit=yes ExecStart=/etc/init.d/named start ExecStop=/etc/init.d/named stop ExecReload=/etc/init.d/named reload # /etc/systemd/system/named.service.d/override.conf [Unit] Before=nss-lookup.target ------------------------< snip snip snip >----------------------------- Thx again. Bye. Michael. -- Michael Hirmke -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org