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

Adding systemd to client pod

parent 68970a64
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ fi
if [ $usesystemd == 1 ] ; then
echo "Using systemd to start services on some pods"
for podname in ctafrontend tpsrv ctaeos; do
for podname in ctafrontend tpsrv ctaeos client; 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