lvmetad.initd-2.02.105-r2 287 B

12345678910111213
  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. }