From: baik Date: Fri, 28 Dec 2012 04:35:38 +0000 (+0900) Subject: [systemd] wrt_launchpad_daemon not to shut down upon SIGTERM. X-Git-Tag: 2.1b_release~22^2~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f30d1cdba384282e983056716e7e0897a7e33c8;p=platform%2Fframework%2Fweb%2Fwrt.git [systemd] wrt_launchpad_daemon not to shut down upon SIGTERM. Make systemd kill it with SIGKILL. This is quick fix. Change-Id: I30eeb2d1375ce10aead38de01b314c1a8b7b9e51 --- diff --git a/packaging/wrt_launchpad_daemon@.service b/packaging/wrt_launchpad_daemon@.service index 4613db6..b3bdc33 100644 --- a/packaging/wrt_launchpad_daemon@.service +++ b/packaging/wrt_launchpad_daemon@.service @@ -7,6 +7,7 @@ Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket Environment=DISPLAY=:0 Environment=XDG_RUNTIME_DIR=/run/user/%I ExecStart=/usr/bin/wrt_launchpad_daemon +KillSignal=SIGKILL [Install] WantedBy=graphical.target