summaryrefslogtreecommitdiff
path: root/scripts/lvm2_lvmpolld_systemd_red_hat.service.in
Commit message (Collapse)AuthorAgeFilesLines
* systemd: add missing Before=shutdown.target to LVM2 services to fix shutdown ↵Peter Rajnoha2019-04-091-0/+1
| | | | | | | | | | 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: remove Install sections from socket-activated servicesBastian Blank2017-11-011-3/+0
| | | | | | | | | We always preferred and recommended socket activation for our services so remove the Install section in related .service units which are unused in this case and keep only the Install section in associated .socket units. Signed-off-by: Bastian Blank <waldi@debian.org>
* systemd: use proper sbindir pathZdenek Kabelac2017-10-251-1/+1
| | | | | | | | | | | | Replace lowercase @sbindir@ with @SBINDIR@ which contains fully decoded path. Same with @usrsbindir@ which is also used with clvmd and cmirrord. Also handle SYSCONFDIR for EnvironmentFile. Patch fixes generated unit files with strings like: ExecStart=${exec_prefix}/sbin/lvm
* lvmpolld: Add standalone polldaemon.Ondrej Kozina2015-05-091-0/+17
See doc/lvmpolld_overview.txt