Skip to content

Commit 34e50f7

Browse files
committed
Removing user from supervisor files, so it runs as the current user.
1 parent b31053f commit 34e50f7

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

Hub/selenium-hub.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[program:selenium-hub]
44

55
priority=0
6-
user=seluser
76
command=/opt/bin/start-selenium-hub.sh
87
autostart=true
98
autorestart=false

NodeBase/selenium.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[program:xvfb]
66
priority=0
7-
user=seluser
87
command=/opt/bin/start-xvfb.sh
98
autostart=true
109
autorestart=false
@@ -25,7 +24,6 @@ stderr_capture_maxbytes=50MB
2524

2625
[program:selenium-node]
2726
priority=15
28-
user=seluser
2927
command=/opt/bin/start-selenium-node.sh
3028
autostart=true
3129
autorestart=false

NodeDebug/selenium-debug.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[program:fluxbox]
66
priority=5
7-
user=seluser
87
command=/opt/bin/start-fluxbox.sh
98
autostart=true
109
autorestart=false
@@ -24,7 +23,6 @@ stderr_capture_maxbytes=50MB
2423

2524
[program:vnc]
2625
priority=10
27-
user=seluser
2826
command=/opt/bin/start-vnc.sh
2927
autostart=true
3028
autorestart=false

Standalone/selenium.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[program:xvfb]
66
priority=0
7-
user=seluser
87
command=/opt/bin/start-xvfb.sh
98
autostart=true
109
autorestart=false
@@ -25,7 +24,6 @@ stderr_capture_maxbytes=50MB
2524

2625
[program:selenium-standalone]
2726
priority=15
28-
user=seluser
2927
command=/opt/bin/start-selenium-standalone.sh
3028
autostart=true
3129
autorestart=false

StandaloneDebug/selenium.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[program:xvfb]
66
priority=0
7-
user=seluser
87
command=/opt/bin/start-xvfb.sh
98
autostart=true
109
autorestart=false
@@ -25,7 +24,6 @@ stderr_capture_maxbytes=50MB
2524

2625
[program:selenium-standalone]
2726
priority=15
28-
user=seluser
2927
command=/opt/bin/start-selenium-standalone.sh
3028
autostart=true
3129
autorestart=false

0 commit comments

Comments
 (0)