Remove --nopidfile flags from system dbus-daemon 76/73676/1 submit/tizen/20160609.065037
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 9 Jun 2016 06:37:18 +0000 (15:37 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 9 Jun 2016 06:39:03 +0000 (15:39 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I3ac61db553aa290288792f440e43c6dcd87add8e

bus/dbus.service.in

index 3bc4726..932a5f0 100644 (file)
@@ -4,6 +4,6 @@ Documentation=man:dbus-daemon(1)
 Requires=dbus.socket
 
 [Service]
-ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
+ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --systemd-activation
 ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
 OOMScoreAdjust=-900