#!/usr/bin/env ssm
# dhcp client daemon initscript

service_style='oneshot'
service_command='/usr/bin/sdhcp'

stop() { killall sdhcp; }