Quote from: i1mran92 on August 11, 2022, 11:36:25 AM
thank you. was able to make it shutdown fully with the script.
though i dont actually see "begining Shutdown Sequest" and "apcupsd initiated shutdown" when the shutdown procees was happening. not sure why?
but atleast it is fully shutting down now.
I think only logged in users can see the broadcast messages and I'm not sure if they are logged somewhere.
You can use the logger command if you want see a message in the system log.
For example:
Code Select
logger -t apcupsd "some message"
man logger, for more details