From 686604647cfc3df98eb94b759166b2b1c83db7d8 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 25 Jul 2022 00:53:49 +0000 Subject: feat: Add initial commit to build midr --- midr/midr.initd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 midr/midr.initd (limited to 'midr/midr.initd') diff --git a/midr/midr.initd b/midr/midr.initd new file mode 100644 index 0000000..0dc706c --- /dev/null +++ b/midr/midr.initd @@ -0,0 +1,16 @@ +#!/sbin/openrc-run + +# Sample init.d file for alpine linux. + +name= +command="/usr/sbin/$name" +command_args="$sample_opts" +command_background="yes" + +start_stop_daemon_args="--user $sample_user:$sample_group" +pidfile="/run/$name.pid" + +depend() { + need net + after firewall +} -- cgit v1.2.3