Add RequiresMountsFor=/opt to dbus.service 33/186333/1
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 9 Aug 2018 04:21:10 +0000 (13:21 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 9 Aug 2018 04:36:03 +0000 (04:36 +0000)
In order to apply User/Group to .service, we need /opt/etc/{passwd,group}.

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I585503d0dc180f21bd9594327b87b80204876005
(cherry picked from commit ff14dc44664bcfabfd2025706440daaa50fc9e96)

bus/dbus.service.in

index 0a3ee58..c8a1460 100644 (file)
@@ -6,6 +6,7 @@ Requires=dbus.socket
 
 #dbus-daemon creates /tmp/dbus_launch
 RequiresMountsFor=/tmp
+RequiresMountsFor=/opt
 
 [Service]
 Type=notify