aboutsummaryrefslogtreecommitdiff
path: root/pkgs/midr/midr.initd
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/midr/midr.initd')
-rw-r--r--pkgs/midr/midr.initd21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/midr/midr.initd b/pkgs/midr/midr.initd
deleted file mode 100644
index 20a069f..0000000
--- a/pkgs/midr/midr.initd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-
-# Sample init.d file for alpine linux.
-
-name="midr"
-command="/usr/bin/$name"
-command_user=www-data:www-data
-command_args="-d ${datadir} ${opts}"
-command_background="yes"
-
-start_stop_daemon_args="--user www-data:www-data"
-pidfile="/run/$name.pid"
-
-depend() {
- need net
- after firewall
-}
-
-start_pre() {
- checkpath -d -o $command_user "$datadir"
-}