ead.initd 232 B

123456789101112
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2023 Gentoo Authors
  3. # Distributed under the terms of the GNU General Public License v2
  4. pidfile="/run/ead.pid"
  5. command="/usr/libexec/ead"
  6. command_background="yes"
  7. depend() {
  8. keyword -shutdown
  9. }