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