File: lvm2-activation_systemd_debian.service

package info (click to toggle)
lvm2 2.02.111-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 8,856 kB
  • sloc: ansic: 101,481; sh: 15,369; makefile: 1,843; python: 777; ruby: 332; awk: 20
file content (14 lines) | stat: -rw-r--r-- 349 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=lvm2-activation-early.service cryptsetup.target
Before=local-fs.target shutdown.target
Wants=systemd-udev-settle.service

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

[Install]
WantedBy=local-fs.target