lotus/scripts/setup-host.sh

7 lines
204 B
Bash
Raw Normal View History

#!/usr/bin/env bash
HOST=$1
scp scripts/lotus-daemon.service "${HOST}:/etc/systemd/system/lotus-daemon.service"
scp scripts/lotus-miner.service "${HOST}:/etc/systemd/system/lotus-storage-miner.service"