[systemd-devel] strna/strempty/strnull around job_*_to_string()

2023-06-28 Thread Lukasz Stelmach
Hi. For a reason I cannot determine (nor, probably, deal with directly) gcc I have to use started to issue warnings (errors in fact due tu -Werror) about an argument for '%s'[1] being null. --8<---cut here---start->8--- In file included from ../src/core/dbus-jo

Re: [systemd-devel] PAMName=login, systemctl stop

2023-06-28 Thread Lennart Poettering
On Do, 22.06.23 16:22, Valentijn Sessink (valent...@sessink.nl) wrote: > Hello list, > > I have a rather simple service file that sets up a user session with > "PAMName=login", then starts a script and a few (old X11 related) programs. > Starting it is easy, but stopping the service will send SIGT

Re: [systemd-devel] Anonymous SYSTEMD_NOTIFY socket

2023-06-28 Thread Lennart Poettering
On Di, 27.06.23 13:36, Adrian Vovk (adrianv...@gmail.com) wrote: > Hello! > > I'm working on passing sd_notify events from systemd-{pull,import} through > sysupdate. > > All services that consume sd_notify events (systemd itself, importd, > machined, homed, etc) act as daemons and own a directory

Re: [systemd-devel] Anonymous SYSTEMD_NOTIFY socket

2023-06-28 Thread Mantas Mikulėnas
On Tue, Jun 27, 2023 at 8:36 PM Adrian Vovk wrote: > Hello! > > I'm working on passing sd_notify events from systemd-{pull,import} through > sysupdate. > > All services that consume sd_notify events (systemd itself, importd, > machined, homed, etc) act as daemons and own a directory in /run. Thus