2019-10-09 03:16:35 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
HOST=$1
|
|
|
|
|
2019-10-17 00:47:25 +00:00
|
|
|
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"
|