7 lines
193 B
Bash
7 lines
193 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
HOST=$1
|
||
|
|
||
|
scp scripts/daemon.service "${HOST}:/etc/systemd/system/lotus-daemon.service"
|
||
|
scp scripts/sminer.service "${HOST}:/etc/systemd/system/lotus-storage-miner.service"
|