summaryrefslogtreecommitdiff
path: root/app-admin/aerospike-amc-community/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/aerospike-amc-community/files')
-rw-r--r--app-admin/aerospike-amc-community/files/amc.init.321
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/aerospike-amc-community/files/amc.init.3 b/app-admin/aerospike-amc-community/files/amc.init.3
new file mode 100644
index 000000000000..6fd8097b18f1
--- /dev/null
+++ b/app-admin/aerospike-amc-community/files/amc.init.3
@@ -0,0 +1,21 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+run_dir=${run_dir:-/run}
+
+command="/opt/amc/amc"
+command_progress="true"
+retry='TERM/30/KILL/5'
+pidfile=${run_dir}/${SVCNAME}.pid
+user=${user:-root}
+group=${group:-root}
+start_stop_daemon_args="--user ${user} --group ${group}"
+
+depend() {
+ use net
+}
+
+start_post() {
+ ewaitfile 60 "${pidfile}"
+}