Hi. On Sun, Mar 10, 2019 at 03:30:46PM -0400, Default User wrote: > So, the file /lib/systemd/system/minissdpd.service is unchanged since Feb > 27 22:13. It does NOT appear to include the contents of, or even refer > to, /etc/systemd/system/minissdpd.service.d/override.conf, dated Mar 10 > 11:23. > > Yet systemctl cat minissdpd.service DOES appear to reference > /etc/systemd/system/minissdpd.service.d/override.conf!
That does not simplify things. Some sections of systemd unit file are magic, you cannot override them like this. Time for plan B then. Remove /etc/systemd/system/minissdpd.service.d/override.conf Copy /lib/systemd/system/minissdpd.service to /etc/systemd/system/minissdpd.service. Edit the resulting file. Reco

