Skip to content

Commit

Permalink
Update service file
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <[email protected]>
  • Loading branch information
dylanschultzie committed Feb 25, 2025
1 parent 05a829b commit 8d43f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpc_checker.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ After=network.target

[Service]
Type=simple
User=deploy
WorkingDirectory=/home/deploy/rpc_health_checker
ExecStart=/home/deploy/.local/bin/uv run -- run.py
User={USERNAME}
WorkingDirectory=/home/{USERNAME}/rpc_health_checker
ExecStart=/home/{USERNAME}/.local/bin/uv run -- run.py
Restart=always

[Install]
Expand Down

0 comments on commit 8d43f0c

Please sign in to comment.