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:
parent
7f6f8780c5
commit
930f35a7ea
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue