copr: use correct device name
This commit is contained in:
parent
84716f4440
commit
88aa3f9a44
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Enable swap on /dev/xvdb
|
||||
Description=Enable swap on /dev/nvme0n1
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
mkswap /dev/xvdb
|
||||
swapon /dev/xvdb
|
||||
mkswap /dev/nvme0n1
|
||||
swapon /dev/nvme0n1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue