copr-builders: delay enable-swap.service after rc-local.service

... when both enabled.  We need to wait till rc-local finishes and
provisions the /config/resalloc-vars.sh file (VMs on hypervisors) so we
can make a correct decision about the SWAP volume.
This commit is contained in:
Pavel Raiskup 2022-05-18 14:37:14 +02:00
parent 7f6f8780c5
commit 930f35a7ea

View file

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=Enable swap on /dev/nvme0n1 Description=Enable swap on /dev/nvme0n1
After=network.target After=network.target
After=rc-local.service
[Service] [Service]
Type=simple Type=simple