1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/dhcp-helper/dhcp-helper.initd

15 lines
252 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
description="DHCP relay agent"
nice="0"
pidfile="/run/dhcp-helper.sd.pid"
supervise_daemon_args=""
command="/usr/sbin/dhcp-helper"
command_args="-n ${ARGS}"
depend() {
use net
after logger firewall
}