Skip to content

Commit

Permalink
Enhance cleanup mechanism after Salt Bundle upgrade (bsc#1228690)
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Oct 9, 2024
1 parent 43e05d3 commit c3f5913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/venv-salt-minion-postinstall.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Description=Clean old environment for venv-salt-minion

[Service]
ExecStart=/bin/sh -c '/usr/lib/venv-salt-minion/bin/post_start_cleanup.sh || :'
ExecStart=/bin/sh -c 'WAIT_IF_SALT_JOBS=1 /usr/lib/venv-salt-minion/bin/post_start_cleanup.sh || :'
Type=oneshot

0 comments on commit c3f5913

Please sign in to comment.