deep thoughts

pull/11/head
Daniel Barlow 2024-03-06 23:19:44 +00:00
parent f164f19d95
commit e5963ae3f7
1 changed files with 6 additions and 0 deletions

View File

@ -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.