fix: add systemd ExecStartPost attribute
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4147c302b9
commit
79cfdabbe1
@ -13,5 +13,6 @@ OnFailure=status-email@%n.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart={{ renovate_docker_compose_bin }} up
|
ExecStart={{ renovate_docker_compose_bin }} up
|
||||||
|
ExecStartPost={{ renovate_docker_compose_bin }} down --volumes
|
||||||
ExecStop={{ renovate_docker_compose_bin }} down --volumes
|
ExecStop={{ renovate_docker_compose_bin }} down --volumes
|
||||||
WorkingDirectory={{ renovate_dir }}
|
WorkingDirectory={{ renovate_dir }}
|
Loading…
Reference in New Issue
Block a user