It appears that the boot of my laptop is delayed by postfix depending on 
network-online.target.  How can I change this?  Postfix is only listening on 
127.0.0.1 so there's no reason for it to wait until my laptop connects to the 
Wifi network before continuing the boot.

I ran "systemctl edit postfix@-" and "systemctl edit postfix@" and put the 
below 
in which should make it not depend on network-online.target.  But it doesn't 
change anything.  Any ideas?

[Unit]
After=NetworkManager.service nss-lookup.target
Wants=NetworkManager.service

Here is the critical chain for booting:

# systemd-analyze critical-chain 
The time after the unit is active or started is printed after the "@" 
character.
The time the unit takes to start is printed after the "+" character.

graphical.target @19.216s
└─multi-user.target @19.216s
  └─postfix.service @19.212s +2ms
    └─[email protected] @18.759s +449ms
      └─network-online.target @18.758s
        └─NetworkManager-wait-online.service @1.649s +17.107s
          └─NetworkManager.service @1.463s +173ms
            └─dbus.service @1.438s
              └─basic.target @1.419s
                └─paths.target @1.419s
                  └─acpid.path @1.419s
                    └─sysinit.target @1.416s
                      └─systemd-backlight@backlight:intel_backlight.service 
@2.3
                        └─system-systemd\x2dbacklight.slice @1.039s
                          └─system.slice @416ms
                            └─-.slice @416ms


-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/



_______________________________________________
luv-main mailing list
[email protected]
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main

Reply via email to