[systemd-bugs] [Bug 77415] New: Default KillSignal not SigTerm

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Apr 13 21:52:06 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=77415

          Priority: medium
            Bug ID: 77415
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: Default KillSignal not SigTerm
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: vimregisters at gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

I have some applications that are launched by systemd -user. These are the
applications that I want to exit cleanly on every reboot or when exiting X.

google-chrome is one of them.

In my [Service] section, I have:

KillMode=process

But whenever I use 'systemctl --user stop chrome' or 'systemctl --user
default', on relaunch, chrome would complain about not being shutdown
correctly.. I fixed this by adding KillSignal=SIGTERM in addition to KillMode.
Odd that I had to add that since the Man page told me that KillSignal already
defaults to SIGTERM.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140414/508c8124/attachment.html>


More information about the systemd-bugs mailing list