Skip to content

Instantly share code, notes, and snippets.

@strangeweb3guy
Last active July 22, 2022 10:09
Show Gist options
  • Save strangeweb3guy/486c67ed7e33188ed3a4003d40048192 to your computer and use it in GitHub Desktop.
Save strangeweb3guy/486c67ed7e33188ed3a4003d40048192 to your computer and use it in GitHub Desktop.
blank_neard.service
[Unit]
Description=NEARd Daemon Service
[Service]
Type=simple
User=<USER>
#Group=near
WorkingDirectory=/home/<USER>/.near
ExecStart=/home/<USER>/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