Skip to content

Commit

Permalink
systemd-network-after-root-writable: Remove
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Jun 20, 2023
1 parent 2fd99ce commit 9c02139
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions systemd-network-after-root-writable-229-0.bee

This file was deleted.

0 comments on commit 9c02139

Please sign in to comment.