pmaports/luna/luna-service2/ls-private.conf
Alex Roth 04d73a5824 Add packages and configuration changes to allow Luna to start in QEMU (#1016)
* Added a lot more Luna packages. It is now possible to start Luna, complete the first use app, and use the system. ARM support still broken.
* Cleanup & testing fixes. Starting in a fresh qemu environment works, but isn't quite deterministic. See wiki page for details
2017-12-17 18:25:59 +00:00

46 lines
1.5 KiB
Text

# @@@LICENSE
#
# Copyright (c) 2008-2013 LG Electronics, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# LICENSE@@@
[General]
LocalSocketDirectory=/var/run/ls2
PidDirectory=/var/run/ls2
LogServiceStatus=false
ConnectTimeout=20000
[Watchdog]
Timeout=60
FailureMode=noop
[Dynamic Services]
Directories=/usr/share/dbus-1/system-services
VolatileDirectories=/var/palm/ls2/services/prv;/var/palm/ls2-dev/services/prv;/usr/share/ls2/services/prv;/usr/share/ls2-dev/services/prv;/usr/share/ls2/system-services/
LaunchTimeout=300000
[Security]
Enabled=false
Directories=/usr/share/ls2/roles/prv
VolatileDirectories=/var/palm/ls2/roles/prv;/var/palm/ls2-dev/roles/prv
MonitorExePath=/usr/sbin/ls-monitor
MonitorPubExePath=/usr/bin/ls-monitor-pub
SysMgrExePath=/usr/bin/LunaSysMgr
WebAppMgrExePath=/usr/lib/qt5/libexec/QtWebEngineProcess
WebAppMgr2ExePath=/usr/sbin/luna-qml-launcher
JsServiceExePath=run-js-service
MojoAppExePath=mojo-app
MojoAppsAllowAllOutboundByDefault=true
AllowNullOutboundByDefault=true