]> git.ipfire.org Git - thirdparty/systemd.git/commit
various daemons: emit Stopping... notification before destructing the manager object
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Jul 2020 12:56:34 +0000 (14:56 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Jul 2020 15:12:23 +0000 (17:12 +0200)
commit272ac70a21165b6220f177a5f5db3c7863f7729c
tree8b55de3e0d7c0ca734bcb83efa9ce9531d464583
parentcc090ca7fec93cd6b41bd7a756cd5fe32df44764
various daemons: emit Stopping... notification before destructing the manager object

This is mostly cosmetic, but let's reorder the destructors so that
we do the final sd_notify() call before we run the destructor for
the manager object.
src/home/homed.c
src/journal-remote/journal-remote-main.c
src/journal-remote/journal-upload.c
src/network/networkd.c
src/network/wait-online/wait-online.c
src/resolve/resolved.c
src/timesync/timesyncd.c
src/userdb/userdbd.c