summaryrefslogtreecommitdiffstats
path: root/misc-utils/sd-daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* sd-daemon: update files taken from systemd projectSami Kerola2013-07-011-55/+45Star
| | | | | | | Update sd-damoen.[hc] files from systemd upstream, using commit fa3868c6d317b88715c55422b898f9070afe6575 as the sync point. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* uuidd: implement --socket-activation optionPetr Uzel2012-05-041-0/+530
Implement --socket-activation option, which is supposed to be used with systemd (or equivalent init system) socket activation mechanism. With this option, the UUID daemon does not create the socket on its own, but instead expect the connection fd to be provided by the calling process. This option is only available if util-linux is configured with --enable-socket-activation option. With this configure option, the uuidd is compiled with sd-daemon.c. Signed-off-by: Petr Uzel <petr.uzel@suse.cz>