iwd.initd 129 B

1234567891011
  1. #!/usr/bin/openrc-run
  2. supervisor=supervise-daemon
  3. command="/usr/lib/iwd/iwd"
  4. depend() {
  5. need dbus
  6. keyword -shutdown
  7. }