mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-06 00:21:43 +08:00
7 lines
196 B
Bash
Executable File
7 lines
196 B
Bash
Executable File
#!/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-miner.service"
|