Skip to content

Commit

Permalink
Revert "Bring down resalloc-server temporarily"
Browse files Browse the repository at this point in the history
This reverts commit b24a8dc.
  • Loading branch information
siteshwar committed Sep 3, 2024
1 parent b24a8dc commit 3b75574
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions containers/resalloc-server.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ USER 1001
# so zombie processes may not be created
# they would be collected by bash
# https://github.com/openscanhub/fedora-infra/issues/61
# CMD bash -c "/usr/bin/resalloc-server || exit 1"
# Bring down resalloc-server temporarily
CMD sleep inf
CMD bash -c "/usr/bin/resalloc-server || exit 1"
# CMD sleep inf

0 comments on commit 3b75574

Please sign in to comment.