summaryrefslogtreecommitdiff
path: root/packaging/oma-ds-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/oma-ds-agent.service')
-rw-r--r--packaging/oma-ds-agent.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/oma-ds-agent.service b/packaging/oma-ds-agent.service
new file mode 100644
index 0000000..2c97f8c
--- /dev/null
+++ b/packaging/oma-ds-agent.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OMA DS agent
+After=calendar.service contacts-service.service pushd.service msg-service.service dbus.service
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/oma-ds-agent
+
+[Install]
+WantedBy=tizen-middleware.target