Skip to content

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

Merged
merged 1 commit into from
Jun 21, 2023

Commits on Jun 20, 2023

  1. systemd-network-after-root-writable: Remove

    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 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9c02139 View commit details
    Browse the repository at this point in the history