Removed dbus service file 88/136888/1
authorhyunuktak <hyunuk.tak@samsung.com>
Mon, 3 Jul 2017 09:36:09 +0000 (18:36 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Mon, 3 Jul 2017 09:36:28 +0000 (18:36 +0900)
Change-Id: I2f05e6b55b263448f6881906df4bd949e3c6e352
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/stc-manager.spec
resources/dbus/net.stc.service [deleted file]

index 4cbbf5e..e82aec1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       stc-manager
 Summary:    STC(Smart Traffic Control) manager
-Version:    0.0.22
+Version:    0.0.23
 Release:    0
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
@@ -78,9 +78,6 @@ cp resources/systemd/stc-manager.service %{buildroot}%{_libdir}/systemd/system/s
 mkdir -p %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/
 ln -s ../stc-manager.service %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/stc-manager.service
 
-mkdir -p %{buildroot}%{_datadir}/dbus-1/system-services/
-cp resources/dbus/net.stc.service %{buildroot}%{_datadir}/dbus-1/system-services/
-
 #DBus DAC (stc-manager.manifest enables DBus SMACK)
 mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d
 cp resources/dbus/stc-manager.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/stc-manager.conf
@@ -96,7 +93,6 @@ cp resources/dbus/stc-manager.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/st
 
 #DBus DAC
 %attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/*
-%attr(644,-,-) %{_datadir}/dbus-1/system-services/*.service
 
 %if %{?enable_database} == YES
 %config(noreplace) %attr(660, root, root) %{database_full_path}
diff --git a/resources/dbus/net.stc.service b/resources/dbus/net.stc.service
deleted file mode 100755 (executable)
index 13f4097..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[D-BUS Service]
-Name=net.stc
-Exec=/bin/false
-User=root
-SystemdService=stc-manager.service