summaryrefslogtreecommitdiff
path: root/scripts/lvm2_lvmpolld_systemd_red_hat.socket.in
Commit message (Collapse)AuthorAgeFilesLines
* systemd: put back DefaultDependencies=no for lvmpolld socket unitPeter Rajnoha2019-04-111-0/+2
| | | | | | Previous commit 0cab341e1d0e8f9089d3c62d3adbec24dfd5e124 removed this by mistake - we have to keep the DefaultDependencies=no - the sockets.target is after sysinit.target.
* systemd: add missing Before=shutdown.target to LVM2 services to fix shutdown ↵Peter Rajnoha2019-04-091-2/+0
| | | | | | | | | | ordering We already used Conflicts=shutdown target to stop LVM2 services on shutdown. But we still missed the ordering - the shutdown.target should be reached only after all the services are really stopped. Reported here: https://github.com/lvmteam/lvm2/issues/17
* systemd: add conficting socketsZdenek Kabelac2018-06-141-0/+1
| | | | | | Since we are using "DefaultDependencies=no" we do not get automatic STOP job on socket connection - so automatically refuse connection on shutdown by adding this Conflict definition to socket Unit.
* lvmpolld: Add standalone polldaemon.Ondrej Kozina2015-05-091-0/+12
See doc/lvmpolld_overview.txt