github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/ops/terraform/remote_files/configs/bacalhau.service (about) 1 [Unit] 2 Description=Bacalhau Daemon 3 After=network-online.target ipfs.service otel.service 4 Wants=network-online.target systemd-networkd-wait-online.service ipfs.service otel.service 5 6 [Service] 7 Environment="LOG_TYPE=json" 8 Environment="BACALHAU_PATH=/data" 9 Environment="BACALHAU_DIR=/data" 10 Restart=always 11 RestartSec=5s 12 ExecStart=bash /terraform_node/start-bacalhau.sh 13 14 [Install] 15 WantedBy=multi-user.target