fix: adapt systemd service: remove start post
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
5518c9b141
commit
4ca7918107
@ -13,6 +13,5 @@ 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