sd-bus: print quoted commandline when in bus_socket_exec()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 7 Jul 2021 14:36:49 +0000 (16:36 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Jul 2021 09:18:21 +0000 (11:18 +0200)
commit87fa2e21dd7a30d25ccda2df6b8446a82637b059
treea4ea3a7c3bb48b3d74805ce699d08c37563cebeb
parent8a62620ebe23945021075df7e1b0759102c286ae
sd-bus: print quoted commandline when in bus_socket_exec()

The arguments are where the interesting part is:
src/libsystemd/sd-bus/bus-socket.c:965: sd-bus: starting bus with systemd-run...

src/libsystemd/sd-bus/bus-socket.c:972: sd-bus: starting bus with systemd-run -M.host -PGq --wait -pUser=1000 -pPAMName=login systemd-stdio-bridge "-punix:path=\${XDG_RUNTIME_DIR}/bus"
src/libsystemd/sd-bus/bus-socket.c