Skip to content

Commit

Permalink
Correct filepath of script in systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwst authored and rsa33 committed Aug 25, 2024
1 parent 79fd53d commit 90d2ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tutorials/websites/deploy-a-web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ crashes. We highly recommend using `systemd` to supervise your app.
WantedBy=default.target
[Service]
ExecStart=/home/{CRSid}/myapp/run
ExecStart=/home/{CRSid}/myapp/run.sh
Restart=always
```
Expand Down

0 comments on commit 90d2ba0

Please sign in to comment.