summaryrefslogtreecommitdiff
path: root/oma-ds-agent.service
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-02-13 14:24:16 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-05-16 11:14:43 +0200
commit16dd30cb7b9c86bc5744ff170f45683d5c76ac0c (patch)
treee6fb1088b0287ae88e3a44c0ff7fc22478b87611 /oma-ds-agent.service
parentbe41cb5bbf3b00430c1fff05f36c69fe3a56e127 (diff)
downloadoma-ds-agent-16dd30cb7b9c86bc5744ff170f45683d5c76ac0c.tar.gz
oma-ds-agent-16dd30cb7b9c86bc5744ff170f45683d5c76ac0c.tar.bz2
oma-ds-agent-16dd30cb7b9c86bc5744ff170f45683d5c76ac0c.zip
Bug-Tizen: PTREL-271 Change-Id: I65b0d09ba91e9d072358d50950f31bd31c22c143 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Diffstat (limited to 'oma-ds-agent.service')
-rw-r--r--oma-ds-agent.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/oma-ds-agent.service b/oma-ds-agent.service
index fe86da5..34d0387 100644
--- a/oma-ds-agent.service
+++ b/oma-ds-agent.service
@@ -4,7 +4,8 @@ After=calendar.service contacts-service.service pushd.service msg-service.servic
[Service]
#Type=forking
-ConditionPathExists=/opt/usr/data/oma-ds/.oma-ds-agent-enabled
+EnvironmentFile=/etc/tizen-platform.conf
+ConditionPathExists=$TZ_USER_DATA/oma-ds/.oma-ds-agent-enabled
ExecStart=/usr/bin/oma-ds-agent
[Install]