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]