Skip to content
Permalink
49bb117ea4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (15 sloc) 493 Bytes
# Our services assume local devices are available
# Request and wait for systemd-udev-settle.service before basic.target
#
# Order behind network.service, because our network.service currently
# has DefaultDependencies=no. Other services are behind basic.target
# per DefaultDependencies=yes.
[Unit]
Description=udev Settled
DefaultDependencies=no
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service
Before=basic.target
Before=network.service
[Install]
WantedBy=basic.target