=== modified file 'mandos.service' --- mandos.service 2020-02-07 20:53:34 +0000 +++ mandos.service 2026-05-17 23:05:07 +0000 @@ -5,10 +5,16 @@ ## interface, it may be necessary to change "network.target" to ## "network-online.target". After=network.target -## If the server is configured to not use ZeroConf, these two lines -## become unnecessary and should be removed or commented out. +## If the server is configured to not use ZeroConf (either using +## --no-zeroconf or "zeroconf = False" in mandos.conf), these two +## lines become unnecessary and should be removed or commented out. After=avahi-daemon.service Requisite=avahi-daemon.service +## If the server is additionally configured to not use D-Bus at all +## (either using --no-dbus or "use_dbus = False" in mandos.conf), the +## following line becomes unnecessary and should be removed or +## commented out. +After=dbus.socket [Service] ## If the server's D-Bus interface is disabled, the "BusName" setting