File: lvm2-activation-early_systemd_debian.service

package info (click to toggle)
lvm2 2.02.111-2.2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 8,856 kB
  • ctags: 9,981
  • sloc: ansic: 101,481; sh: 15,369; makefile: 1,845; python: 777; ruby: 332; awk: 20
file content (14 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Activation of LVM2 logical volumes
Documentation=man:lvm(8) man:vgchange(8)
DefaultDependencies=no
After=systemd-udev-settle.service
Before=cryptsetup.target local-fs.target shutdown.target
Wants=systemd-udev-settle.service

[Service]
ExecStart=/sbin/lvm vgchange -aay --sysinit
Type=oneshot

[Install]
WantedBy=local-fs.target