deviced: Remove unnecessary service files 75/37575/2
authorJiyoung Yun <jy910.yun@samsung.com>
Tue, 31 Mar 2015 08:11:53 +0000 (17:11 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Wed, 1 Apr 2015 02:18:39 +0000 (19:18 -0700)
devicectl-start@/stop@ service files are just helper modules.
It does not need to register by systemd.
You can execute the devicectl binary directly.

Change-Id: I24516c642d558e30e2288b36ee0b81fec0cef244
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
packaging/deviced.spec
systemd/devicectl-start@.service [deleted file]
systemd/devicectl-stop@.service [deleted file]

index 17aa10e..a0c5bb9 100755 (executable)
@@ -221,7 +221,6 @@ rm -rf %{buildroot}
 %install_service multi-user.target.wants deviced.service
 %install_service sockets.target.wants deviced.socket
 %install_service graphical.target.wants zbooting-done.service
-%install_service graphical.target.wants devicectl-stop@.service
 
 %post
 #memory type vconf key init
@@ -316,13 +315,10 @@ systemctl daemon-reload
 %{_unitdir}/multi-user.target.wants/deviced.service
 %{_unitdir}/sockets.target.wants/deviced.socket
 %{_unitdir}/graphical.target.wants/zbooting-done.service
-%{_unitdir}/graphical.target.wants/devicectl-stop@.service
 %{_unitdir}/deviced.service
 %{_unitdir}/deviced.socket
 %{_unitdir}/deviced-pre.service
 %{_unitdir}/zbooting-done.service
-%{_unitdir}/devicectl-start@.service
-%{_unitdir}/devicectl-stop@.service
 
 %files -n libdeviced
 %defattr(-,root,root,-)
diff --git a/systemd/devicectl-start@.service b/systemd/devicectl-start@.service
deleted file mode 100644 (file)
index 3322274..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Device Control Start %I
-DefaultDependencies=no
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/devicectl %I start
diff --git a/systemd/devicectl-stop@.service b/systemd/devicectl-stop@.service
deleted file mode 100644 (file)
index c242e72..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Device Control Stop %I
-DefaultDependencies=no
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/devicectl %I stop