Commit 8d245ebd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Build services should wait for local FS to be mounted

parent e9a43ca0
......@@ -538,7 +538,7 @@ WantedBy=rescue.target
</echo>
<echo file="${sysdir}/lib/systemd/system/build.service">[Unit]
Description=Build ${ant.project.name}
After=network-online.target
After=network-online.target local-fs.target
Wants=systemd-networkd.service
Wants=systemd-resolved.service
......@@ -634,7 +634,7 @@ WantedBy=rescue.target
</echo>
<echo file="${sysdir}/lib/systemd/system/build.service">[Unit]
Description=Build ${ant.project.name}
After=network-online.target
After=network-online.target local-fs.target
Wants=systemd-networkd.service
Wants=systemd-resolved.service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment