iwd.initd 279 B

1234567891011121314
  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/iwd.pid"
  5. command="/usr/libexec/iwd"
  6. command_background="yes"
  7. depend() {
  8. after bootmisc modules
  9. before dns dhcpcd net
  10. keyword -shutdown
  11. }