[systemd-bugs] [Bug 75104] [Install] sections in drop-in files are ignored

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 4 05:44:13 PDT 2014


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

Rusty Bird <rustybird+freedesktop.org at openmailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rustybird+freedesktop.org at o
                   |                            |penmailbox.org

--- Comment #3 from Rusty Bird <rustybird+freedesktop.org at openmailbox.org> ---
This bug has bitten me too. I work around it by specifying the dependency from
the other direction, replacing

  /etc/systemd/foo.service.d/my.conf:
  [Install]
  RequiredBy=bar.service

with

  /etc/systemd/bar.service.d/my.conf:
  [Unit]
  Require=foo.service

though now bar.service will pull in even a disabled foo.service, so it's not
quite the same.

-- 
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/20140604/35228be0/attachment.html>


More information about the systemd-bugs mailing list