Does the override.conf file need the section headers?
For example:
# cat /etc/systemd/system/postfix.service.d/override.conf [Unit] After=syslog.target network.target time-sync.target
Will it work with just the After line, or is the [Unit] line needed to control the merge function.
thanks