summaryrefslogtreecommitdiff
path: root/src/shared/daemon-util.h
Commit message (Collapse)AuthorAgeFilesLines
* daemon-util: introduce several helper functions for fd storeYu Watanabe2022-08-161-0/+6
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* shared/daemon-util: fix notify_on_cleanup()Zbigniew Jędrzejewski-Szmek2020-10-191-1/+1
| | | | | | p itself is never null. Because of this, we would always call sd_notify() in cleanup, even though the intention was to only call it if notify_start() was executed.
* sd-daemon: add notify_start() and notify_on_cleanup() helper functionYu Watanabe2018-12-081-0/+22