Change-Id: Iaa133ce04b71f2b5bdfeed486a7e31211194a6c0
Signed-off-by: Sungwook Park <sungwook79.park@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
--- /dev/null
+[Unit]
+Description=smartreply
+
+[Service]
+Type=dbus
+BusName=org.tizen.smartreply
+User=ui_fw
+Group=ui_fw
+SmackProcessLabel=System
+ExecStart=/usr/bin/smartreplyd
rm -rf %{buildroot}
%make_install
+install -D -m 0644 packaging/smartreply.service %{buildroot}%{_libdir}/systemd/system/smartreply.service
+
%post
/sbin/ldconfig
%{_libdir}/*.so*
%license LICENSE
/etc/dbus-1/system.d/*.conf
+%{_libdir}/systemd/system/smartreply.service
#%if %{BINTYPE} == "engineer"
%{_includedir}/smartreply/smartreply_service.h
#%endif