diff --git a/install.sh b/install.sh index 2108d2f..577f9e6 100644 --- a/install.sh +++ b/install.sh @@ -3,5 +3,7 @@ pip install -r requirements.txt sudo sed -i "s/appName/$1/g" /usr/local/sdt/app/$1/AWX_collector.service sudo cp /usr/local/sdt/app/$1/AWX_collector.service /etc/systemd/system/$1.service + +sudo cp /usr/local/sdt/app/$1/AWX_shm_updater.service /etc/systemd/system/AWX_shm_updater.service sudo systemctl start $1 sudo systemctl enable $1