so-boot-highstate: wait for docker before running highstate

Add docker.service to After= and Wants= so the boot-time highstate
starts after docker is up. Uses Wants (soft) so highstate still runs
if docker fails to start.
This commit is contained in:
Josh Patterson
2026-06-04 08:46:35 -04:00
parent 2d653b6f1b
commit 13f8be40b5
+2 -2
View File
@@ -1,7 +1,7 @@
[Unit] [Unit]
Description=Security Onion boot-time highstate (runs once per boot) Description=Security Onion boot-time highstate (runs once per boot)
After=salt-minion.service network-online.target After=salt-minion.service network-online.target docker.service
Wants=network-online.target Wants=network-online.target docker.service
Requires=salt-minion.service Requires=salt-minion.service
ConditionPathExists=/opt/so/conf/setup-complete ConditionPathExists=/opt/so/conf/setup-complete