Remove duplicate dependency with implicit dependencies at "Type=dbus" 81/211581/1
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 02:19:36 +0000 (11:19 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 02:20:40 +0000 (11:20 +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: I64c4248c5561a6f09e120aca81b3a4be055e0c20

packaging/accounts-service.service

index 88ced59..c47f546 100644 (file)
@@ -1,7 +1,5 @@
 [Unit]
 Description=Accounts service
-After=dbus.socket
-Requires=dbus.socket
 
 [Service]
 Type=dbus