From e5963ae3f76434db1c26a401f31bf768f4349bd1 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 6 Mar 2024 23:19:44 +0000 Subject: [PATCH] deep thoughts --- THOUGHTS.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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.