diff --git a/conf/init/service/batch/blobuploadcleanupworker/log/run b/conf/init/service/batch/blobuploadcleanupworker/log/run deleted file mode 100755 index 9cb142568..000000000 --- a/conf/init/service/batch/blobuploadcleanupworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t blobuploadcleanupworker diff --git a/conf/init/service/batch/blobuploadcleanupworker/run b/conf/init/service/batch/blobuploadcleanupworker/run deleted file mode 100755 index 29759be69..000000000 --- a/conf/init/service/batch/blobuploadcleanupworker/run +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -echo 'Starting Blob upload cleanup worker' - -QUAYPATH=${QUAYPATH:-"."} - -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.blobuploadcleanupworker.blobuploadcleanupworker 2>&1 - -echo 'Blob upload cleanup exited' \ No newline at end of file diff --git a/conf/init/service/batch/buildlogsarchiver/log/run b/conf/init/service/batch/buildlogsarchiver/log/run deleted file mode 100755 index 276a6459a..000000000 --- a/conf/init/service/batch/buildlogsarchiver/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t buildlogsarchiver diff --git a/conf/init/service/batch/buildlogsarchiver/run b/conf/init/service/batch/buildlogsarchiver/run deleted file mode 100755 index bf6a3aad9..000000000 --- a/conf/init/service/batch/buildlogsarchiver/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting build logs archiver worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.buildlogsarchiver.buildlogsarchiver 2>&1 - -echo 'Diffs worker exited' \ No newline at end of file diff --git a/conf/init/service/batch/buildmanager/log/run b/conf/init/service/batch/buildmanager/log/run deleted file mode 100755 index c1b5e95c8..000000000 --- a/conf/init/service/batch/buildmanager/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t buildmanager diff --git a/conf/init/service/batch/buildmanager/run b/conf/init/service/batch/buildmanager/run deleted file mode 100755 index 40015cab6..000000000 --- a/conf/init/service/batch/buildmanager/run +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/bash - -echo 'Starting internal build manager' - -# Run the build manager. -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -export PYTHONPATH=$QUAYPATH -exec venv/bin/python -m buildman.builder 2>&1 - -echo 'Internal build manager exited' diff --git a/conf/init/service/batch/chunkcleanupworker/log/run b/conf/init/service/batch/chunkcleanupworker/log/run deleted file mode 100755 index a79c95cdb..000000000 --- a/conf/init/service/batch/chunkcleanupworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t chunkcleanupworker diff --git a/conf/init/service/batch/chunkcleanupworker/run b/conf/init/service/batch/chunkcleanupworker/run deleted file mode 100755 index a16307d5a..000000000 --- a/conf/init/service/batch/chunkcleanupworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting chunk cleanup worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.chunkcleanupworker 2>&1 - -echo 'Chunk cleanup worker exited' \ No newline at end of file diff --git a/conf/init/service/batch/expiredappspecifictokenworker/log/run b/conf/init/service/batch/expiredappspecifictokenworker/log/run deleted file mode 100755 index a8881fc51..000000000 --- a/conf/init/service/batch/expiredappspecifictokenworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t expiredappspecifictokenworker diff --git a/conf/init/service/batch/expiredappspecifictokenworker/run b/conf/init/service/batch/expiredappspecifictokenworker/run deleted file mode 100755 index 3436f4432..000000000 --- a/conf/init/service/batch/expiredappspecifictokenworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting Expired app specific token GC worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.expiredappspecifictokenworker 2>&1 - -echo 'Expired app specific token GC exited' diff --git a/conf/init/service/batch/exportactionlogsworker/log/run b/conf/init/service/batch/exportactionlogsworker/log/run deleted file mode 100755 index a152ba029..000000000 --- a/conf/init/service/batch/exportactionlogsworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t exportactionlogsworker diff --git a/conf/init/service/batch/exportactionlogsworker/run b/conf/init/service/batch/exportactionlogsworker/run deleted file mode 100755 index a2f6194e7..000000000 --- a/conf/init/service/batch/exportactionlogsworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting Export Actions Log worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.exportactionlogsworker 2>&1 - -echo 'Export Actions Log worker exited' diff --git a/conf/init/service/batch/gcworker/log/run b/conf/init/service/batch/gcworker/log/run deleted file mode 100755 index 4bf67a575..000000000 --- a/conf/init/service/batch/gcworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t gcworker diff --git a/conf/init/service/batch/gcworker/run b/conf/init/service/batch/gcworker/run deleted file mode 100755 index 1f892342a..000000000 --- a/conf/init/service/batch/gcworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting GC worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.gc.gcworker 2>&1 - -echo 'Repository GC exited' diff --git a/conf/init/service/batch/globalpromstats/log/run b/conf/init/service/batch/globalpromstats/log/run deleted file mode 100755 index 67c474972..000000000 --- a/conf/init/service/batch/globalpromstats/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t globalpromstats diff --git a/conf/init/service/batch/globalpromstats/run b/conf/init/service/batch/globalpromstats/run deleted file mode 100755 index a8f5627cd..000000000 --- a/conf/init/service/batch/globalpromstats/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting global prometheus stats worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.globalpromstats.globalpromstats - -echo 'Global prometheus stats exited' diff --git a/conf/init/service/batch/labelbackfillworker/log/run b/conf/init/service/batch/labelbackfillworker/log/run deleted file mode 100755 index 2437a88f1..000000000 --- a/conf/init/service/batch/labelbackfillworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t labelbackfillworker \ No newline at end of file diff --git a/conf/init/service/batch/labelbackfillworker/run b/conf/init/service/batch/labelbackfillworker/run deleted file mode 100755 index 1b7c3d799..000000000 --- a/conf/init/service/batch/labelbackfillworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting label backfill worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.labelbackfillworker 2>&1 - -echo 'Repository label backfill exited' diff --git a/conf/init/service/batch/logrotateworker/log/run b/conf/init/service/batch/logrotateworker/log/run deleted file mode 100755 index be6df3834..000000000 --- a/conf/init/service/batch/logrotateworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t logrotateworker diff --git a/conf/init/service/batch/logrotateworker/run b/conf/init/service/batch/logrotateworker/run deleted file mode 100755 index 57ffad5ff..000000000 --- a/conf/init/service/batch/logrotateworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting log rotation worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.logrotateworker - -echo 'Log rotation worker exited' diff --git a/conf/init/service/batch/namespacegcworker/log/run b/conf/init/service/batch/namespacegcworker/log/run deleted file mode 100755 index 6e43109a9..000000000 --- a/conf/init/service/batch/namespacegcworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t namespacegcworker diff --git a/conf/init/service/batch/namespacegcworker/run b/conf/init/service/batch/namespacegcworker/run deleted file mode 100755 index 04b41a0fb..000000000 --- a/conf/init/service/batch/namespacegcworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting Namespace GC worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.namespacegcworker 2>&1 - -echo 'Namespace GC exited' diff --git a/conf/init/service/batch/notificationworker/log/run b/conf/init/service/batch/notificationworker/log/run deleted file mode 100755 index 60d08f417..000000000 --- a/conf/init/service/batch/notificationworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t notificationworker diff --git a/conf/init/service/batch/notificationworker/run b/conf/init/service/batch/notificationworker/run deleted file mode 100755 index 7f5f3502f..000000000 --- a/conf/init/service/batch/notificationworker/run +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -echo 'Starting notification worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} - -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.notificationworker.notificationworker - -echo 'Notification worker exited' \ No newline at end of file diff --git a/conf/init/service/batch/queuecleanupworker/log/run b/conf/init/service/batch/queuecleanupworker/log/run deleted file mode 100755 index e4cf31f9f..000000000 --- a/conf/init/service/batch/queuecleanupworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t queuecleanupworker diff --git a/conf/init/service/batch/queuecleanupworker/run b/conf/init/service/batch/queuecleanupworker/run deleted file mode 100755 index 96bdc88d5..000000000 --- a/conf/init/service/batch/queuecleanupworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting Queue cleanup worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.queuecleanupworker 2>&1 - -echo 'Repository Queue cleanup exited' \ No newline at end of file diff --git a/conf/init/service/batch/repositoryactioncounter/log/run b/conf/init/service/batch/repositoryactioncounter/log/run deleted file mode 100755 index 35d76891a..000000000 --- a/conf/init/service/batch/repositoryactioncounter/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t repositoryactioncounter diff --git a/conf/init/service/batch/repositoryactioncounter/run b/conf/init/service/batch/repositoryactioncounter/run deleted file mode 100755 index d0aa9a748..000000000 --- a/conf/init/service/batch/repositoryactioncounter/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting repository action count worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.repositoryactioncounter 2>&1 - -echo 'Repository action worker exited' \ No newline at end of file diff --git a/conf/init/service/batch/security_notification_worker/log/run b/conf/init/service/batch/security_notification_worker/log/run deleted file mode 100755 index cf00fa381..000000000 --- a/conf/init/service/batch/security_notification_worker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t security_notification_worker diff --git a/conf/init/service/batch/security_notification_worker/run b/conf/init/service/batch/security_notification_worker/run deleted file mode 100755 index d1dd24a07..000000000 --- a/conf/init/service/batch/security_notification_worker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting security scanner notification worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.security_notification_worker 2>&1 - -echo 'Security scanner notification worker exited' diff --git a/conf/init/service/batch/securityworker/log/run b/conf/init/service/batch/securityworker/log/run deleted file mode 100755 index 64052c402..000000000 --- a/conf/init/service/batch/securityworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t securityworker diff --git a/conf/init/service/batch/securityworker/run b/conf/init/service/batch/securityworker/run deleted file mode 100755 index 4498cf00a..000000000 --- a/conf/init/service/batch/securityworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting security scanner worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.securityworker.securityworker 2>&1 - -echo 'Security scanner worker exited' diff --git a/conf/init/service/batch/storagereplication/log/run b/conf/init/service/batch/storagereplication/log/run deleted file mode 100755 index badf9a235..000000000 --- a/conf/init/service/batch/storagereplication/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t storagereplication diff --git a/conf/init/service/batch/storagereplication/run b/conf/init/service/batch/storagereplication/run deleted file mode 100755 index 1773070c6..000000000 --- a/conf/init/service/batch/storagereplication/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting storage replication worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.storagereplication 2>&1 - -echo 'Repository storage replication exited' \ No newline at end of file diff --git a/conf/init/service/batch/tagbackfillworker/log/run b/conf/init/service/batch/tagbackfillworker/log/run deleted file mode 100755 index 1aaabc9b5..000000000 --- a/conf/init/service/batch/tagbackfillworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t tagbackfillworker \ No newline at end of file diff --git a/conf/init/service/batch/tagbackfillworker/run b/conf/init/service/batch/tagbackfillworker/run deleted file mode 100755 index 0a5ad5663..000000000 --- a/conf/init/service/batch/tagbackfillworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting tag backfill worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.tagbackfillworker 2>&1 - -echo 'Repository tag backfill exited' diff --git a/conf/init/service/batch/teamsyncworker/log/run b/conf/init/service/batch/teamsyncworker/log/run deleted file mode 100755 index a96975768..000000000 --- a/conf/init/service/batch/teamsyncworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t teamsyncworker diff --git a/conf/init/service/batch/teamsyncworker/run b/conf/init/service/batch/teamsyncworker/run deleted file mode 100755 index 2ec485670..000000000 --- a/conf/init/service/batch/teamsyncworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting team synchronization worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.teamsyncworker.teamsyncworker 2>&1 - -echo 'Team synchronization worker exited' \ No newline at end of file diff --git a/conf/init/service/interactive/dnsmasq/log/run b/conf/init/service/interactive/dnsmasq/log/run deleted file mode 100755 index baf5af08e..000000000 --- a/conf/init/service/interactive/dnsmasq/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t dnsmasq diff --git a/conf/init/service/interactive/dnsmasq/run b/conf/init/service/interactive/dnsmasq/run deleted file mode 100755 index faa868091..000000000 --- a/conf/init/service/interactive/dnsmasq/run +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -echo 'Starting dnsmasq' - -/usr/sbin/dnsmasq --no-daemon --user=root --listen-address=127.0.0.1 - -echo 'dnsmasq' diff --git a/conf/init/service/interactive/gunicorn_registry/log/run b/conf/init/service/interactive/gunicorn_registry/log/run deleted file mode 100755 index 5eceb18f5..000000000 --- a/conf/init/service/interactive/gunicorn_registry/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t gunicorn_registry diff --git a/conf/init/service/interactive/gunicorn_registry/run b/conf/init/service/interactive/gunicorn_registry/run deleted file mode 100755 index 4b35b44ab..000000000 --- a/conf/init/service/interactive/gunicorn_registry/run +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/bash - -echo 'Starting gunicon' - -QUAYPATH=${QUAYPATH:-"."} -QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"} -DB_CONNECTION_POOLING=${DB_CONNECTION_POOLING:-"true"} - -cd ${QUAYDIR:-"/"} -DB_CONNECTION_POOLING=$DB_CONNECTION_POOLING PYTHONPATH=$QUAYPATH nice -n 10 venv/bin/gunicorn -c $QUAYCONF/gunicorn_registry.py registry:application - -echo 'Gunicorn exited' \ No newline at end of file diff --git a/conf/init/service/interactive/gunicorn_secscan/log/run b/conf/init/service/interactive/gunicorn_secscan/log/run deleted file mode 100755 index 056d6d8a1..000000000 --- a/conf/init/service/interactive/gunicorn_secscan/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t gunicorn_secscan diff --git a/conf/init/service/interactive/gunicorn_secscan/run b/conf/init/service/interactive/gunicorn_secscan/run deleted file mode 100755 index 23f24bf7d..000000000 --- a/conf/init/service/interactive/gunicorn_secscan/run +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/bash - -echo 'Starting gunicon' - -QUAYPATH=${QUAYPATH:-"."} -QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"} - -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/gunicorn -c $QUAYCONF/gunicorn_secscan.py secscan:application - -echo 'Gunicorn exited' \ No newline at end of file diff --git a/conf/init/service/interactive/gunicorn_verbs/log/run b/conf/init/service/interactive/gunicorn_verbs/log/run deleted file mode 100755 index 105da2862..000000000 --- a/conf/init/service/interactive/gunicorn_verbs/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t gunicorn_verbs diff --git a/conf/init/service/interactive/gunicorn_verbs/run b/conf/init/service/interactive/gunicorn_verbs/run deleted file mode 100755 index eb7d7e35e..000000000 --- a/conf/init/service/interactive/gunicorn_verbs/run +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/bash - -echo 'Starting gunicon' - -QUAYPATH=${QUAYPATH:-"."} -QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"} - -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH nice -n 10 venv/bin/gunicorn -c $QUAYCONF/gunicorn_verbs.py verbs:application - -echo 'Gunicorn exited' \ No newline at end of file diff --git a/conf/init/service/interactive/gunicorn_web/log/run b/conf/init/service/interactive/gunicorn_web/log/run deleted file mode 100755 index 1394100e4..000000000 --- a/conf/init/service/interactive/gunicorn_web/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t gunicorn_web diff --git a/conf/init/service/interactive/gunicorn_web/run b/conf/init/service/interactive/gunicorn_web/run deleted file mode 100755 index 76ed8edde..000000000 --- a/conf/init/service/interactive/gunicorn_web/run +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/bash - -echo 'Starting gunicon' - -QUAYPATH=${QUAYPATH:-"."} -QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"} - -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/gunicorn -c $QUAYCONF/gunicorn_web.py web:application - -echo 'Gunicorn exited' \ No newline at end of file diff --git a/conf/init/service/interactive/jwtproxy/log/run b/conf/init/service/interactive/jwtproxy/log/run deleted file mode 100755 index ec79e337a..000000000 --- a/conf/init/service/interactive/jwtproxy/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t jwtproxy diff --git a/conf/init/service/interactive/jwtproxy/run b/conf/init/service/interactive/jwtproxy/run deleted file mode 100755 index 7c77b1cd7..000000000 --- a/conf/init/service/interactive/jwtproxy/run +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/bash - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH -QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"} - -if [ -f $QUAYCONF/jwtproxy_conf.yaml ]; -then - echo 'Starting jwtproxy' - /usr/local/bin/jwtproxy --config $QUAYCONF/jwtproxy_conf.yaml - rm /tmp/jwtproxy_secscan.sock - echo 'Jwtproxy exited' -else - sleep 1 -fi diff --git a/conf/init/service/interactive/memcached/log/run b/conf/init/service/interactive/memcached/log/run deleted file mode 100755 index 25afe47dd..000000000 --- a/conf/init/service/interactive/memcached/log/run +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Ensure dependencies start before the logger -sv check syslog-ng > /dev/null || exit 1 - -# Start the logger -exec logger -i -t memcached diff --git a/conf/init/service/interactive/memcached/run b/conf/init/service/interactive/memcached/run deleted file mode 100755 index 720c8ad3e..000000000 --- a/conf/init/service/interactive/memcached/run +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/bash - -echo 'Starting memcached' - -if [ "$DEBUGLOG" == "true" ] -then - memcached -u memcached -m 64 -vv -l 127.0.0.1 -p 18080 -else - memcached -u memcached -m 64 -l 127.0.0.1 -p 18080 -fi - -echo 'memcached exited' diff --git a/conf/init/service/interactive/nginx/log/run b/conf/init/service/interactive/nginx/log/run deleted file mode 100755 index a75f76208..000000000 --- a/conf/init/service/interactive/nginx/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t nginx diff --git a/conf/init/service/interactive/nginx/run b/conf/init/service/interactive/nginx/run deleted file mode 100755 index 85e4511f9..000000000 --- a/conf/init/service/interactive/nginx/run +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/bash - -echo 'Starting nginx' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH -QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"} - -/usr/sbin/nginx -c $QUAYCONF/nginx/nginx.conf - -echo 'Nginx exited' diff --git a/conf/init/service/interactive/prometheus-aggregator/log/run b/conf/init/service/interactive/prometheus-aggregator/log/run deleted file mode 100755 index a1ca97fa3..000000000 --- a/conf/init/service/interactive/prometheus-aggregator/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t prometheus-aggregator diff --git a/conf/init/service/interactive/prometheus-aggregator/run b/conf/init/service/interactive/prometheus-aggregator/run deleted file mode 100755 index fc9b157c7..000000000 --- a/conf/init/service/interactive/prometheus-aggregator/run +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -echo 'Starting prometheus aggregator' - -/usr/local/bin/prometheus-aggregator - -echo 'Prometheus aggregator exited' \ No newline at end of file diff --git a/conf/init/service/interactive/pushgateway/log/run b/conf/init/service/interactive/pushgateway/log/run deleted file mode 100755 index 8c69a4ac6..000000000 --- a/conf/init/service/interactive/pushgateway/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t pushgateway diff --git a/conf/init/service/interactive/pushgateway/run b/conf/init/service/interactive/pushgateway/run deleted file mode 100755 index 9e51941ef..000000000 --- a/conf/init/service/interactive/pushgateway/run +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -echo 'Starting prometheus pushgateway' - -/usr/local/bin/pushgateway - -echo 'Prometheus pushgateway exited' diff --git a/conf/init/service/interactive/servicekeyworker/log/run b/conf/init/service/interactive/servicekeyworker/log/run deleted file mode 100755 index 1c548aef3..000000000 --- a/conf/init/service/interactive/servicekeyworker/log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Start the logger -exec logger -i -t service_key_worker diff --git a/conf/init/service/interactive/servicekeyworker/run b/conf/init/service/interactive/servicekeyworker/run deleted file mode 100755 index f1b9635e5..000000000 --- a/conf/init/service/interactive/servicekeyworker/run +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -echo 'Starting service key worker' - -QUAYPATH=${QUAYPATH:-"."} -cd ${QUAYDIR:-"/"} -PYTHONPATH=$QUAYPATH venv/bin/python -m workers.servicekeyworker.servicekeyworker 2>&1 - -echo 'Service key worker exited'