WorkingDirectory=/home/cardano/cnode/scripts
ExecStart=/bin/bash -l -c "exec /home/cardano/cnode/scripts/cnode.sh"
ExecStop=/bin/bash -l -c "exec kill -2 $(ps -ef | grep [c]ardano-node.*./home/cardano/ | tr -s ' ' | cut -d ' ' -f2)"
WantedBy=multi-user.target