[systemd-devel] journald not associating log messages with service

2020-07-25 Thread Ian Pilcher
I have a simple (non-forking) one-shot service that logs messages via syslog. These messages are not being "associated" with the service unit. I.e., they don't show up if I use journalctl's -u option (although they are in the journal). UPDATE: I just tried using sd_journal_print, and I'm

Re: [systemd-devel] Running scripts after networkd has done its things

2020-07-25 Thread Tomasz Torcz
On Fri, Jul 24, 2020 at 04:44:04PM -0400, John Ioannidis wrote: > I'm trying to be a good boy and migrate as much functionality as I can to > networkd. > > I'm happy with how networkd manages "internal" and "external" interfaces > and vlans for just setting up IPv4 addresses, but I still find