5b666b896d
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
7 lines
204 B
Bash
Executable File
7 lines
204 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-storage-miner.service"
|