summaryrefslogtreecommitdiff
path: root/oma-ds-agent.service
diff options
context:
space:
mode:
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]