copr: use correct device name

This commit is contained in:
Miroslav Suchý 2019-09-23 12:52:41 +02:00 committed by Pierre-Yves Chibon
parent 84716f4440
commit 88aa3f9a44
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Enable swap on /dev/xvdb
Description=Enable swap on /dev/nvme0n1
After=network.target
[Service]

View file

@ -1,3 +1,3 @@
#!/usr/bin/bash
mkswap /dev/xvdb
swapon /dev/xvdb
mkswap /dev/nvme0n1
swapon /dev/nvme0n1