]> git.sev.monster Git - aports.git/blame - testing/bsd-security/bsd-security.initd
testing/py3-iso3166: bump pkgrel for python update
[aports.git] / testing / bsd-security / bsd-security.initd
CommitLineData
6ccbc38a 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}
This page took 0.039071 seconds and 4 git commands to generate.