Add RequiresMountsFor=/opt to dbus.service 31/186331/1
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 9 Aug 2018 04:21:10 +0000 (13:21 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 9 Aug 2018 04:22:06 +0000 (13:22 +0900)
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

bus/dbus.service.in

index 3bc3aec..7974767 100644 (file)
@@ -5,6 +5,7 @@ DefaultDependencies=no
 Requires=dbus.socket
 #dbus-daemon creates /tmp/dbus_launch
 RequiresMountsFor=/tmp
+RequiresMountsFor=/opt
 
 [Service]
 Type=notify