Also patch the other two modules which check if the service is running.

This commit is contained in:
2026-07-30 09:16:24 -07:00
parent 0fc27e94b0
commit f76b635e40
+2
View File
@@ -87,6 +87,7 @@
until: sshd_status.state == "started"
retries: 3
delay: 3
ignore_errors: yes # TBD: while debugging Devuan using runit.
## JournalCTL ##
@@ -122,6 +123,7 @@
until: ntp_status.state == "started"
retries: 3
delay: 3
ignore_errors: yes # TBD: while debugging Devuan using runit.
## Timezone ##