mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
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:
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Enable swap on /dev/nvme0n1
|
||||
After=network.target
|
||||
After=rc-local.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
||||
Reference in New Issue
Block a user