- #!/sbin/openrc-run
- # Copyright 2017-2019 Hyperbola Project
- # Distributed under the terms of the GNU General Public License v2
- Description="dhcpcd-hardened service"
- command="/usr/libexec/dhcpcd/dhcpcd_hardened.sh"
- command_background="yes"
- pidfile="/var/run/dhcpcd-hardened.pid"
- depend() {
- need localmount
- before net
- }
|