diff --git a/THOUGHTS.txt b/THOUGHTS.txt index 58ecbb5..d97a262 100644 --- a/THOUGHTS.txt +++ b/THOUGHTS.txt @@ -4283,3 +4283,9 @@ snmpset -v 1 -c private 192.168.5.14 .1.3.6.1.4.1.318.1.1.4.4.2.1.3.5 integer 2 # toggle off/on port 5 snmpset -v 1 -c private 192.168.5.14 .1.3.6.1.4.1.318.1.1.4.4.2.1.3.5 integer 3 + +Wed Mar 6 18:24:29 GMT 2024 + +What happens when we attempt to start the service but it fails? We +assume the start was successful so we won't try and restart it again +next time we get an event that should cause it to start.