lvmetad.initd-2.02.116-r3 348 B

123456789101112131415161718
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. pidfile="/run/lvmetad.pid"
  5. command="/sbin/lvmetad"
  6. command_args="${LVMETAD_OPTS:=-p ${pidfile}}"
  7. start_stop_daemon_args="--pidfile ${pidfile}"
  8. depend() {
  9. :
  10. }
  11. start_pre()
  12. {
  13. checkpath --directory /run/lvm || return 1
  14. }