diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2016-06-09 15:37:18 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2016-06-09 15:39:03 +0900 |
commit | 58f380e2b53233e622d82b8dea8e70d00e89a2a8 (patch) | |
tree | 389291b1b19bead6837e431b30c22600931e3adb | |
parent | 5baa018e957fa95c767ccfe45c390cd659e040ae (diff) | |
download | dbus-58f380e2b53233e622d82b8dea8e70d00e89a2a8.tar.gz dbus-58f380e2b53233e622d82b8dea8e70d00e89a2a8.tar.bz2 dbus-58f380e2b53233e622d82b8dea8e70d00e89a2a8.zip |
Remove --nopidfile flags from system dbus-daemonsubmit/tizen/20160609.065037
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I3ac61db553aa290288792f440e43c6dcd87add8e
-rw-r--r-- | bus/dbus.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dbus.service.in b/bus/dbus.service.in index 3bc4726a..932a5f09 100644 --- a/bus/dbus.service.in +++ b/bus/dbus.service.in @@ -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 |