Eliminate meaningless unit dependency 97/209597/1
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 9 Jul 2019 07:57:50 +0000 (16:57 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 9 Jul 2019 07:57:54 +0000 (16:57 +0900)
Because contacts-service.service is a simple type, in the worst case, calendar-serviced.service can be executed first.
The simple type recognizes that the service is complete if only the fork succeeds.

We need to find a clearer dependency between the two services.

Change-Id: I22f5ab0bb4e9512ce62dadf95a0de6a9ff5cb0e5

packaging/calendar-serviced.service

index caffb63..9d73b0b 100644 (file)
@@ -1,7 +1,5 @@
 [Unit]
 Description=Calendar Service daemon
-After=contacts-service.service
-Requires=contacts-service.service
 
 [Service]
 Type=dbus