Compare commits
No commits in common. "main" and "test12" have entirely different histories.
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"hw": "intel",
|
||||
"cpu": 12,
|
||||
"memory": 32,
|
||||
"gpu": "2080TI"
|
||||
}
|
|
@ -1,7 +1,5 @@
|
|||
#!/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