Skip to content

Instantly share code, notes, and snippets.

@golashr
Last active January 14, 2021 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save golashr/8a050ebb120036d8289f331af38fe743 to your computer and use it in GitHub Desktop.
Save golashr/8a050ebb120036d8289f331af38fe743 to your computer and use it in GitHub Desktop.
This gist gives details of Lighthouse Beacon Node service
[Unit]
Description=Lighthouse Beacon Node
After=network.target
Wants=network.target
[Service]
User=lighthousebeacon
Group=lighthousebeacon
Type=simple
Restart=always
RestartSec=5
ExecStart=/usr/local/bin/lighthouse beacon_node --datadir /var/lib/lighthouse/beacon-node --testnet medalla --http --eth1-endpoint http://127.0.0.1:8545 --graffiti <abcdefg12345saf>
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment