Remove duplicate dependency with implicit dependencies at "Type=dbus" 93/211593/1
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 03:23:20 +0000 (12:23 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 03:23:20 +0000 (12:23 +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: If2f360a5d1014a4e06e9f212bd3383f266fb351d

resources/systemd/stc-manager.service

index e3bce9f..e20402f 100644 (file)
@@ -1,7 +1,5 @@
 [Unit]
 Description=Smart Traffic Control Manager
-Requires=dbus.socket
-After=dbus.socket
 
 [Service]
 Type=dbus