Skip to content

Instantly share code, notes, and snippets.

@strangeweb3guy
Created July 22, 2022 10:12
Show Gist options
  • Save strangeweb3guy/d95f18295093b7a253b0c06f91602abb to your computer and use it in GitHub Desktop.
Save strangeweb3guy/d95f18295093b7a253b0c06f91602abb to your computer and use it in GitHub Desktop.
[Unit]
Description=NEARd Daemon Service
[Service]
Type=simple
User=root
#Group=near
WorkingDirectory=/root/.near
ExecStart=/home/validator/nearcore/target/release/neard run
Restart=on-failure
RestartSec=30
KillSignal=SIGINT
TimeoutStopSec=45
KillMode=mixed
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment