Description=Cardano Haskell Node - BLOCK
WorkingDirectory=/home/ubuntu/cardano-node/block
EnvironmentFile=/home/ubuntu/cardano-node/block/env
ExecStart=/home/ubuntu/.local/bin/cardano-node \
--database-path ${DATABASE_PATH} \
--socket-path ${SOCKET_PATH} \
--host-addr ${HOST_ADDR} \
--shelley-kes-key ${SHELLEY_KES_KEY} \
--shelley-vrf-key ${SHELLEY_VRF_KEY} \
--shelley-operational-certificate ${SHELLEY_OPCERT}
WantedBy=multi-user.target