dhcpcd-hardened.initd 322 B

123456789101112131415
  1. #!/sbin/openrc-run
  2. # Copyright 2017-2019 Hyperbola Project
  3. # Distributed under the terms of the GNU General Public License v2
  4. Description="dhcpcd-hardened service"
  5. command="/usr/libexec/dhcpcd/dhcpcd_hardened.sh"
  6. command_background="yes"
  7. pidfile="/var/run/dhcpcd-hardened.pid"
  8. depend() {
  9. need localmount
  10. before net
  11. }