Skip to content

Commit

Permalink
fix: execStart
Browse files Browse the repository at this point in the history
  • Loading branch information
da13da committed Sep 25, 2024
1 parent 3e45861 commit aead83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/config/templates/init-scripts/systemd.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After=network-online.target
Type=simple

# Core service execution settings.
ExecStart=<%= install_dir %>/bin/nodex-agent
ExecStart=/home/nodex/bin/nodex-agent

# Restart behavior: restarts on failure, with a 10-second delay between attempts.
# Limits restarts to 5 attempts within a 300-second period to avoid excessive restarts.
Expand Down

0 comments on commit aead83b

Please sign in to comment.