[openqa] Drop "su" from all_together_apache
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [openqa] Drop "su" from all_together_apache
- Date: Thu, 23 Sep 2021 12:18:39 +0000 (UTC)
commit 47f818143e8126009aceb02bcc0593201f638868
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu Sep 23 14:15:00 2021 +0200
Drop "su" from all_together_apache
entrypoint | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/entrypoint b/entrypoint
index 3c57905..7085b27 100755
--- a/entrypoint
+++ b/entrypoint
@@ -31,12 +31,12 @@ function webui() {
function all_together_apache() {
# run services
- su geekotest -c /usr/share/openqa/script/openqa-scheduler-daemon &
- su geekotest -c /usr/share/openqa/script/openqa-websockets-daemon &
- su geekotest -c /usr/share/openqa/script/openqa-gru &
- su geekotest -c /usr/share/openqa/script/openqa-livehandler-daemon &
+ /usr/share/openqa/script/openqa-scheduler-daemon &
+ /usr/share/openqa/script/openqa-websockets-daemon &
+ /usr/share/openqa/script/openqa-gru &
+ /usr/share/openqa/script/openqa-livehandler-daemon &
apache2ctl start
- su geekotest -c /usr/share/openqa/script/openqa-webui-daemon
+ /usr/share/openqa/script/openqa-webui-daemon
}
# run services
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]