#!/sbin/openrc-run name="SampleService" description="Sample init.d file for Alpine Linux" : ${command_user:=""} command="/usr/sbin/" command_args="$command_args" command_background="yes" pidfile="/run/$RC_SVCNAME.pid" depend() { need net after firewall }