=== modified file 'mandos.service' --- mandos.service 2015-07-07 15:49:49 +0000 +++ mandos.service 2015-08-10 16:19:28 +0000 @@ -1,8 +1,18 @@ [Unit] Description=Server of encrypted passwords to Mandos clients Documentation=man:intro(8mandos) man:mandos(8) +## If the server is configured to listen to a specific IP or network +## 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. +After=avahi-daemon.service +RequisiteOverridable=avahi-daemon.service [Service] +## If the server's D-Bus interface is disabled, the "BusName" setting +## should be removed or commented out. BusName=se.recompile.Mandos ExecStart=/usr/sbin/mandos --foreground Restart=always