Re: differences between sysvinit and systemd

2024-11-30 Thread Michael Kjörling
On 30 Nov 2024 08:53 -0500, from g...@wooledge.org (Greg Wooledge): >> # awk '{ if($5 ~ "^postfix[[]") { print } }' > That's a rather verbose way of writing that awk command. > > awk '$5 ~ "^postfix[[]"' /var/log/messages > > Also, I'm quite new to postfix, but this pattern doesn't appear t

Re: differences between sysvinit and systemd; was: where is mail.log

2024-11-30 Thread Greg Wooledge
On Sat, Nov 30, 2024 at 13:03:32 +, Michael Kjörling wrote: > # awk '{ if($5 ~ "^postfix[[]") { print } }'

Re: differences between sysvinit and systemd; was: where is mail.log

2024-11-30 Thread Michael Kjörling
On 30 Nov 2024 20:33 +0800, from bit...@secubox.org (Bitfox): > May I ask what's the main difference between systemd and sysv for init > system? I think it's fair to say that systemd does a great deal more, as well as that it brings things into the init system which have traditionally been done by