Re: [CentOS] systemd syslog.target

2020-08-11 Thread ctcard
Thanks Simon,I think my question got a bit lost amongst all the grub issues - does anyone else have information about whether any references to syslog.target in systemd unit files can be removed?ChrisSent from Samsung Mobile on O2 Original message From: Simon Matter via C

[CentOS] systemd syslog.target

2020-07-31 Thread ctcard
I've noticed that there are several systemd unit files in CentOS 7 and 8 with the optionAfter=syslog.targetin the [Unit] section, but since systemd version 198 syslog.target has not existed.I deduce from this that "After=syslog.target" is ignored by systemd and can therefore be removed. Is