-
Describe the bug
Both services are working individually, meaning I can access Selenium through Version To Reproduce Steps to reproduce the behavior: ! ALWAYS INCLUDE AN EXAMPLE URL WHERE IT IS POSSIBLE TO RE-CREATE THE ISSUE - USE THE 'SHARE WATCH' FEATURE AND PASTE IN THE SHARE-LINK! Expected behavior Desktop (please complete the following information):
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Looks like it sorta works because it knows that the hostname for the chrome is |
Beta Was this translation helpful? Give feedback.
-
I have solved it by following the steps below:
|
Beta Was this translation helpful? Give feedback.
I have solved it by following the steps below:
systemctl edit [service_name]
/etc/system/systemd/[service_name].service.d
with a new file inside namedoverride.conf
.systemctl daemon-reload
systemctl restart [service_name]