fix: add systemd ExecStop attribute
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-05-17 14:16:46 +02:00
parent b32cf0eb7d
commit 4147c302b9
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -13,4 +13,5 @@ OnFailure=status-email@%n.service
[Service]
Type=simple
ExecStart={{ renovate_docker_compose_bin }} up
ExecStop={{ renovate_docker_compose_bin }} down --volumes
WorkingDirectory={{ renovate_dir }}