e359660604015d69f3c5d7fc2d5999c99e415f6a
[apps/livebox/data-provider-master.git] / data / data-provider-master.service
1 #
2 # Copyright 2013  Samsung Electronics Co., Ltd
3 #
4 # Licensed under the Flora License, Version 1.1 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 # http://floralicense.org/license/
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 [Unit]
18 Description=Data Provider daemon
19 DefaultDependencies=no
20 After=check-mount.service
21
22 [Service]
23 Environment=MULTISENSE_SND_PLAYER=tizen_snd_player
24 Environment=ELM_MODULES=ctxpopup_copypasteUI>entry/api:datetime_input_popup>datetime/api:object_dump>win/api:access_output_tts>access/api
25 Environment=EINA_LOG_LEVEL=1
26 Environment=ECORE_INPUT_TIMEOUT_FIX=0
27 Environment=EINA_LOG_LEVELS=ecore_x:4,evas_main:1
28 Environment=BUFMGR_LOCK_TYPE="once"
29 Environment=BUFMGR_MAP_CACHE="true"
30 Environment=ELM_PROFILE=mobile
31 EnvironmentFile=-/run/tizen-mobile-env
32 Type=simple
33 ExecStart=/usr/bin/data-provider-master
34 RestartSec=1
35 Restart=always
36 MemoryLimit=50M
37
38 [Install]
39 WantedBy=multi-user.target