Skip to content

Commit

Permalink
Update nexus.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arcxteam authored Oct 27, 2024
1 parent 7a037f8 commit f797e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nexus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/.nexus/network-api/clients/cli
ExecStart=/root/.cargo/bin/cargo run --release --bin prover -- beta.orchestrator.nexus.xyz
Restart=on-failure
RestartSec=3
LimitNOFILE=65535
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit f797e65

Please sign in to comment.