apkbuilds @ 686604647cfc3df98eb94b759166b2b1c83db7d8

 1#!/sbin/openrc-run
 2
 3# Sample init.d file for alpine linux.
 4
 5name=
 6command="/usr/sbin/$name"
 7command_args="$sample_opts"
 8command_background="yes"
 9
10start_stop_daemon_args="--user $sample_user:$sample_group"
11pidfile="/run/$name.pid"
12
13depend() {
14	need net
15	after firewall
16}