From 17d8cd1067415ccb6653cfe0857b1995dec6f0fd Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 5 Feb 2025 18:09:44 -0800 Subject: [PATCH] enhance --- etc/mesh_bot.tmp | 1 + etc/mesh_bot_reporting.tmp | 5 +++-- etc/pong_bot.tmp | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/mesh_bot.tmp b/etc/mesh_bot.tmp index 1f62e2e..0647799 100644 --- a/etc/mesh_bot.tmp +++ b/etc/mesh_bot.tmp @@ -1,5 +1,6 @@ # /etc/systemd/system/mesh_bot.service # sudo systemctl daemon-reload +# sudo systemctl enable mesh_bot.service # sudo systemctl start mesh_bot.service [Unit] diff --git a/etc/mesh_bot_reporting.tmp b/etc/mesh_bot_reporting.tmp index 1a26dc6..dec2dac 100644 --- a/etc/mesh_bot_reporting.tmp +++ b/etc/mesh_bot_reporting.tmp @@ -1,6 +1,7 @@ -# /etc/systemd/system/mesh_bot.service +# /etc/systemd/system/mesh_bot_reporting.service # sudo systemctl daemon-reload -# sudo systemctl start mesh_bot.service +# sudo systemctl enable mesh_bot_reporting.service +# sudo systemctl start mesh_bot_reporting.service [Unit] Description=MeshingAround-Reporting diff --git a/etc/pong_bot.tmp b/etc/pong_bot.tmp index 1554279..78beec0 100644 --- a/etc/pong_bot.tmp +++ b/etc/pong_bot.tmp @@ -1,5 +1,6 @@ # /etc/systemd/system/pong_bot.service # sudo systemctl daemon-reload +# sudo systemctl enable pong_bot.service # sudo systemctl start pong_bot.service [Unit]