Is it possible to add script for checking initial state? ``` #!/bin/bash # off exit 0 ``` or ``` #!/bin/bash # on exit 1 ``` for example....
Is it possible to add script for checking initial state?
or
for example....