mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
add reporting service back in
let me know if errors
This commit is contained in:
22
install.sh
22
install.sh
@@ -312,17 +312,17 @@ if [[ $(echo "${bot}" | grep -i "^m") ]]; then
|
||||
fi
|
||||
|
||||
# install mesh_bot_reporting timer to run daily at 4:20 am
|
||||
# echo ""
|
||||
# echo "Installing mesh_bot_reporting.timer to run mesh_bot_reporting daily at 4:20 am..."
|
||||
# sudo cp etc/mesh_bot_reporting.service /etc/systemd/system/
|
||||
# sudo cp etc/mesh_bot_reporting.timer /etc/systemd/system/
|
||||
# sudo systemctl daemon-reload
|
||||
# sudo systemctl enable mesh_bot_reporting.timer
|
||||
# sudo systemctl start mesh_bot_reporting.timer
|
||||
# echo "mesh_bot_reporting.timer installed and enabled"
|
||||
# echo "Check timer status with: systemctl status mesh_bot_reporting.timer"
|
||||
# echo "List all timers with: systemctl list-timers"
|
||||
# echo ""
|
||||
echo ""
|
||||
echo "Installing mesh_bot_reporting.timer to run mesh_bot_reporting daily at 4:20 am..."
|
||||
sudo cp etc/mesh_bot_reporting.service /etc/systemd/system/
|
||||
sudo cp etc/mesh_bot_reporting.timer /etc/systemd/system/
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable mesh_bot_reporting.timer
|
||||
sudo systemctl start mesh_bot_reporting.timer
|
||||
echo "mesh_bot_reporting.timer installed and enabled"
|
||||
echo "Check timer status with: systemctl status mesh_bot_reporting.timer"
|
||||
echo "List all timers with: systemctl list-timers"
|
||||
echo ""
|
||||
|
||||
# # install mesh_bot_w3_server service
|
||||
# echo "Installing mesh_bot_w3_server.service to run the web3 server..."
|
||||
|
||||
Reference in New Issue
Block a user