Skip to content

systemd-network-after-root-writable: Remove #2921

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

donald
Copy link
Collaborator

@donald donald commented Jun 20, 2023

This package provides the following unit:

# /etc/systemd/system/network-after-root-writable.target
[Unit]
Description=network after root writable
After=remount-rootfs.service udev-settle.service
Before=network.service

[Install]
WantedBy=network.target

The systemd-provided services referenced as After depdencies have been
renamed:

  • remount-rootfs.service -> systemd-remount-fs.service
  • udev-settle.service -> systemd-udev-settle.service, udev-settled.target

When these services no longer exist, this unit doesn't have any
function, so a removal shouldn't break anything.

Instead of fixing it here, I'll try to solve existing race problems in
mxtools.

This package provides the following unit:

    # /etc/systemd/system/network-after-root-writable.target
    [Unit]
    Description=network after root writable
    After=remount-rootfs.service udev-settle.service
    Before=network.service

    [Install]
    WantedBy=network.target

The systemd-provided services referenced as After depdencies have been
renamed:

- remount-rootfs.service -> systemd-remount-fs.service
- udev-settle.service -> systemd-udev-settle.service, udev-settled.target

When these services no longer exist, this unit doesn't have any
function, so a removal shouldn't break anything.

Instead of fixing it here, I'll try to solve existing race problems in
mxtools.
@donald donald merged commit 2c2da6e into master Jun 21, 2023
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant