File: blk_availability_systemd_red_hat.service.in

package info (click to toggle)
lvm2 2.03.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,708 kB
  • sloc: ansic: 174,022; sh: 35,476; python: 5,698; makefile: 2,043; ruby: 66; awk: 20; cpp: 10
file content (14 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Availability of block devices
Before=shutdown.target
After=iscsi-shutdown.service iscsi.service iscsid.service fcoe.service rbdmap.service
DefaultDependencies=no
Conflicts=shutdown.target

[Service]
Type=oneshot
ExecStop=@SBINDIR@/blkdeactivate -u -l wholevg -m disablequeueing -r wait
RemainAfterExit=yes

[Install]
WantedBy=sysinit.target