From a33a70a419f6bdce85f960fa87202eb8a28ed2a5 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 15 Jun 2016 17:57:27 -0400 Subject: [PATCH] init: supress `sv check` output (#1545) --- conf/init/service/buildlogsarchiver/log/run | 2 +- conf/init/service/buildmanager/log/run | 2 +- conf/init/service/gcworker/log/run | 2 +- conf/init/service/gunicorn_registry/log/run | 2 +- conf/init/service/gunicorn_secscan/log/run | 2 +- conf/init/service/gunicorn_verbs/log/run | 2 +- conf/init/service/gunicorn_web/log/run | 2 +- conf/init/service/jwtproxy/log/run | 2 +- conf/init/service/logrotateworker/log/run | 2 +- conf/init/service/nginx/log/run | 2 +- conf/init/service/notificationworker/log/run | 2 +- conf/init/service/queuecleanupworker/log/run | 2 +- conf/init/service/repositoryactioncounter/log/run | 2 +- conf/init/service/security_notification_worker/log/run | 2 +- conf/init/service/securityworker/log/run | 2 +- conf/init/service/service_key_worker/log/run | 2 +- conf/init/service/storagereplication/log/run | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/conf/init/service/buildlogsarchiver/log/run b/conf/init/service/buildlogsarchiver/log/run index bf45c656f..d9f721216 100755 --- a/conf/init/service/buildlogsarchiver/log/run +++ b/conf/init/service/buildlogsarchiver/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t buildlogsarchiver diff --git a/conf/init/service/buildmanager/log/run b/conf/init/service/buildmanager/log/run index b91896c7b..c20c3756a 100755 --- a/conf/init/service/buildmanager/log/run +++ b/conf/init/service/buildmanager/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t buildmanager diff --git a/conf/init/service/gcworker/log/run b/conf/init/service/gcworker/log/run index 8f6d8004c..7c1ee8e2f 100755 --- a/conf/init/service/gcworker/log/run +++ b/conf/init/service/gcworker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t gcworker diff --git a/conf/init/service/gunicorn_registry/log/run b/conf/init/service/gunicorn_registry/log/run index 35cfebf09..97ff2b3b2 100755 --- a/conf/init/service/gunicorn_registry/log/run +++ b/conf/init/service/gunicorn_registry/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t gunicorn_registry diff --git a/conf/init/service/gunicorn_secscan/log/run b/conf/init/service/gunicorn_secscan/log/run index 043d1a62c..a8ced867a 100755 --- a/conf/init/service/gunicorn_secscan/log/run +++ b/conf/init/service/gunicorn_secscan/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t gunicorn_secscan diff --git a/conf/init/service/gunicorn_verbs/log/run b/conf/init/service/gunicorn_verbs/log/run index 557735dd7..2bf346adc 100755 --- a/conf/init/service/gunicorn_verbs/log/run +++ b/conf/init/service/gunicorn_verbs/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t gunicorn_verbs diff --git a/conf/init/service/gunicorn_web/log/run b/conf/init/service/gunicorn_web/log/run index 0581cc0c6..653aa494e 100755 --- a/conf/init/service/gunicorn_web/log/run +++ b/conf/init/service/gunicorn_web/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t gunicorn_web diff --git a/conf/init/service/jwtproxy/log/run b/conf/init/service/jwtproxy/log/run index feb57ed96..2a7df37e7 100755 --- a/conf/init/service/jwtproxy/log/run +++ b/conf/init/service/jwtproxy/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t jwtproxy diff --git a/conf/init/service/logrotateworker/log/run b/conf/init/service/logrotateworker/log/run index dea975beb..5df84bd21 100755 --- a/conf/init/service/logrotateworker/log/run +++ b/conf/init/service/logrotateworker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t logrotateworker diff --git a/conf/init/service/nginx/log/run b/conf/init/service/nginx/log/run index b245968d6..947aad375 100755 --- a/conf/init/service/nginx/log/run +++ b/conf/init/service/nginx/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t nginx diff --git a/conf/init/service/notificationworker/log/run b/conf/init/service/notificationworker/log/run index 238431890..b19329c0c 100755 --- a/conf/init/service/notificationworker/log/run +++ b/conf/init/service/notificationworker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t notificationworker diff --git a/conf/init/service/queuecleanupworker/log/run b/conf/init/service/queuecleanupworker/log/run index 668536f7e..7613c152a 100755 --- a/conf/init/service/queuecleanupworker/log/run +++ b/conf/init/service/queuecleanupworker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t queuecleanupworker diff --git a/conf/init/service/repositoryactioncounter/log/run b/conf/init/service/repositoryactioncounter/log/run index 1904dee8d..cde5afbd4 100755 --- a/conf/init/service/repositoryactioncounter/log/run +++ b/conf/init/service/repositoryactioncounter/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t repositoryactioncounter diff --git a/conf/init/service/security_notification_worker/log/run b/conf/init/service/security_notification_worker/log/run index 6fc754c2d..aca57bc0a 100755 --- a/conf/init/service/security_notification_worker/log/run +++ b/conf/init/service/security_notification_worker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t security_notification_worker diff --git a/conf/init/service/securityworker/log/run b/conf/init/service/securityworker/log/run index 0a717cdc9..b635fa07f 100755 --- a/conf/init/service/securityworker/log/run +++ b/conf/init/service/securityworker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t securityworker diff --git a/conf/init/service/service_key_worker/log/run b/conf/init/service/service_key_worker/log/run index c294608e9..6e931ea1f 100755 --- a/conf/init/service/service_key_worker/log/run +++ b/conf/init/service/service_key_worker/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t service_key_worker diff --git a/conf/init/service/storagereplication/log/run b/conf/init/service/storagereplication/log/run index 2afd626c3..c0a47f6b1 100755 --- a/conf/init/service/storagereplication/log/run +++ b/conf/init/service/storagereplication/log/run @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dependencies start before the logger -sv check syslog-ng || exit 1 +sv check syslog-ng > /dev/null || exit 1 # Start the logger exec logger -i -t storagereplication