commit:     ed7013280bfdad13c1302093b8eaeda6bacf86a4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Nov  3 20:28:28 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 21:16:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed701328

app-admin/aerospike-amc-community: remove unused files

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18123
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-admin/aerospike-amc-community/files/amc.init | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/app-admin/aerospike-amc-community/files/amc.init 
b/app-admin/aerospike-amc-community/files/amc.init
deleted file mode 100644
index 06c14001f5d..00000000000
--- a/app-admin/aerospike-amc-community/files/amc.init
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-config_file=${config_file:-/etc/amc/config/gunicorn_config.py}
-run_dir=${run_dir:-/run}
-
-command="/usr/bin/gunicorn"
-command_args="--daemon --config ${config_file} flaskapp:app"
-command_background="true"
-pidfile=${run_dir}/${SVCNAME}.pid
-user=${user:-root}
-group=${group:-root}
-start_stop_daemon_args="--user ${user} --group ${group}"
-required_files="${config_file}"
-
-depend() {
-       use net
-}
-
-start_post() {
-       ewaitfile 60 "${pidfile}"
-}

Reply via email to