[systemd-bugs] [Bug 66616] New: swap.target in sysinit.target with After

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 5 04:17:15 PDT 2013


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

          Priority: medium
            Bug ID: 66616
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: swap.target in sysinit.target with After
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: harald at redhat.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

I removed "After=swap.target" from sysinit.target:

# systemd-delta 
[...]

[OVERRIDDEN] /etc/systemd/system/sysinit.target →
/usr/lib/systemd/system/sysinit.target

--- /usr/lib/systemd/system/sysinit.target      2013-07-05 13:13:24.934943143
+0200
+++ /etc/systemd/system/sysinit.target  2013-07-05 11:01:50.829617792 +0200
@@ -10,5 +10,5 @@
 Documentation=man:systemd.special(7)
 Conflicts=emergency.service emergency.target
 Wants=local-fs.target swap.target
-After=local-fs.target swap.target emergency.service emergency.target
+After=local-fs.target emergency.service emergency.target
 RefuseManualStart=yes

[...]
# fgrep -r swap.target /lib/systemd/system /etc/systemd/system /run/systemd/
/lib/systemd/system/sysinit.target:Wants=local-fs.target swap.target
/lib/systemd/system/sysinit.target:After=local-fs.target swap.target
emergency.service emergency.target
/etc/systemd/system/sysinit.target:Wants=local-fs.target swap.target
/run/systemd/generator/dev-disk-by\x2duuid-0a5847a8\x2d358d\x2d454f\x2dab98\x2d8592de5ca4ba.swap:Before=swap.target


BUT:

# systemctl show sysinit.target| fgrep swap.target
Wants=local-fs.target swap.target [...]
After=local-fs.target [...] swap.target [...]

It is still there! How come?

-- 
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/20130705/beb9d7ad/attachment.html>


More information about the systemd-bugs mailing list