Add 3.0 APIs and sync APIs same as 2.4
[platform/core/convergence/service-adaptor.git] / packaging / service-adaptor.service
1 [Unit]
2 Description=Service Adaptor daemon
3 Requires=tizen-runtime.target
4 After=tizen-runtime.target
5
6 [Service]
7 User=system
8 Group=system
9 SmackProcessLabel=service-adaptor
10 Type=dbus
11 BusName=org.tizen.serviceadaptor.client
12 ExecStart=/usr/bin/service-adaptor-server
13 Restart=always
14 RestartSec=1
15
16 [Install]
17 WantedBy=multi-user.target