Skip to content

Instantly share code, notes, and snippets.

@golashr
Last active August 12, 2020 13:00
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/1aefa32fad54ebb817a80e2582713fd7 to your computer and use it in GitHub Desktop.
Save golashr/1aefa32fad54ebb817a80e2582713fd7 to your computer and use it in GitHub Desktop.
This gist gives details of lighthouse validator.service
[Unit]
Description=Lighthouse Validator
After=network.target
Wants=network.target
[Service]
User=lighthousevalidator
Group=lighthousevalidator
Type=simple
Restart=always
RestartSec=5
ExecStart=/usr/local/bin/lighthouse validator_client --datadir /var/lib/lighthouse/validator
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment