fix: adapt systemd service: remove start post
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-02-11 16:02:41 +01:00
parent 5518c9b141
commit 4ca7918107
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 0 additions and 1 deletions

View File

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