1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdaemon
Peter Rajnoha 93945bb616 Use SD_ACTIVATION env. var. in systemd units to better detect systemd in use.
LISTEN_PID and LISTEN_FDS environment variables are defined only during systemd
"start" action. But we still need to know whether we're activated during
"reload" action as well - we use the reload action to call "dmeventd -R"/"lvmetad -R"
for statefull daemon restart. We can't use normal "restart" as that is simply
composed of "stop" and "start" and we would lose any state the daemon has.
2012-03-14 15:51:51 +00:00
..
client Few more close and dev_close trace 2012-03-01 21:12:37 +00:00
server Use SD_ACTIVATION env. var. in systemd units to better detect systemd in use. 2012-03-14 15:51:51 +00:00
Makefile.in Series of commits to move daemon code into separate top-level dir and 2012-02-28 18:25:48 +00:00