Skip to content
Snippets Groups Projects
Commit f36e08b6 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Ensure all entrypoints exec their final command

This avoids keeping around a useless shell process, and allows killing
the "init" process to always DTRT
parent e44a6788
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ fi
# start the replayer
echo "Starting indexer journal client..."
swh \
exec swh \
--log-level $LOGLEVEL \
--log-level azure.core.pipeline.policies.http_logging_policy:WARNING \
indexer \
......
......@@ -12,4 +12,4 @@ fi
# start the replayer
echo "Starting the replayer..."
swh storage replay
exec swh storage replay
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment