Remove duplicate dependency with implicit dependencies at "Type=dbus" 87/211587/2
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 03:00:04 +0000 (12:00 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 14 Aug 2019 07:09:41 +0000 (16:09 +0900)
Refs: https://www.freedesktop.org/software/systemd/man/systemd.service.html
 - Services with Type=dbus set automatically acquire dependencies of type Requires= and After= on dbus.socket.

Change-Id: I7bf96d892eb48ce6580a3ef9a1b02363871ca479

packaging/edge-orchestration.service
packaging/edge-orchestration.service.amd64

index cc6dadc..2ef3189 100644 (file)
@@ -1,7 +1,6 @@
 [Unit]
 Description=edge orchestration
-After=dbus.socket connman.service
-Requires=dbus.socket
+After=connman.service
 
 [Service]
 User=system_fw
index 1391479..5f7a9fe 100644 (file)
@@ -1,7 +1,6 @@
 [Unit]
 Description=edge orchestration
-After=dbus.socket connman.service
-Requires=dbus.socket
+Afterconnman.service
 
 [Service]
 Type=dbus