Skip to content

Commit

Permalink
docker: add back startup delay
Browse files Browse the repository at this point in the history
users that prefer running without it can set it to 0.
  • Loading branch information
saltydk committed Jun 21, 2023
1 parent 7e7b92f commit ebd816f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/docker/templates/override.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ Requires={{ _remotes_services_list if rclone_remote_is_defined else '' }}{{ dock
After={{ docker_service_after }}
Requires={{ docker_service_after }}
{% endif %}

[Service]
ExecStartPre=/bin/sleep {{ docker_service_sleep }}

0 comments on commit ebd816f

Please sign in to comment.