
Instead of creating libmm-plugin* and libmm-shared* libraries that are dlopen()-ed on runtime, allow incorporating all plugins into the daemon binary itself. This makes the startup of the daemon much faster and also avoids issues with builds that require linker namespace isolation. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/674
6 lines
214 B
SYSTEMD
6 lines
214 B
SYSTEMD
# This D-Bus service activation file is only TESTS
|
|
|
|
[D-BUS Service]
|
|
Name=org.freedesktop.ModemManager1
|
|
Exec=@abs_top_builddir@/src/ModemManager --test-session --no-auto-scan --test-enable @test_plugin_dir@ --debug
|