mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-28 18:03:13 +00:00
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
systemctl start explorer.service
|
|
|
|
exit 0
|