aboutsummaryrefslogtreecommitdiffstats
path: root/src/neptune3-ui/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/neptune3-ui/main.cpp')
-rw-r--r--src/neptune3-ui/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/neptune3-ui/main.cpp b/src/neptune3-ui/main.cpp
index f638aa38..be4b34cc 100644
--- a/src/neptune3-ui/main.cpp
+++ b/src/neptune3-ui/main.cpp
@@ -109,7 +109,8 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
// start the server; the server itself will ensure one instance only
startExtraProcess(QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/vehiclefunctions-simulation-server");
- startExtraProcess(QCoreApplication::applicationDirPath() + "/RemoteSettingsServer");
+ startExtraProcess(QCoreApplication::applicationDirPath() + "/drivedata-server");
+ startExtraProcess(QCoreApplication::applicationDirPath() + "/dataprovider-server");
#endif
// load the Qt translations