Skip to content
Snippets Groups Projects
Commit 1ac8790b authored by Julien Leduc's avatar Julien Leduc
Browse files

Never use systemd on client pod: by definition it does not run any service...

parent 018d425b
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ fi
if [ $usesystemd == 1 ] ; then
echo "Using systemd to start services on some pods"
for podname in ctafrontend tpsrv ctaeos client; do
for podname in ctafrontend tpsrv ctaeos; do
sed -i "/^\ *command:/d" ${poddir}/pod-${podname}*.yaml
done
fi
......
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