Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
이수준 | e9cc931753 | |
이수준 | 50b007cb75 | |
이수준 | e0b44b8aff | |
이수준 | 40365eb8e0 | |
이수준 | 4cfb891eba | |
이수준 | ca8c28c252 |
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"hw": "intel",
|
||||
"cpu": 12,
|
||||
"memory": 32,
|
||||
"gpu": "2080TI"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
sudo sed -i "s/appName/$1/g" /usr/local/sdt/app/$1/awx-perfermance.service
|
||||
sudo cp /usr/local/sdt/app/$1/awx-perfermance.service /etc/systemd/system/$1.service
|
||||
sudo systemctl start $1
|
||||
|
|
Loading…
Reference in New Issue