Skip to content

Commit 90d2ba0

Browse files
rnwstrsa33
authored andcommitted
Correct filepath of script in systemd service
1 parent 79fd53d commit 90d2ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/websites/deploy-a-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ crashes. We highly recommend using `systemd` to supervise your app.
356356
WantedBy=default.target
357357
358358
[Service]
359-
ExecStart=/home/{CRSid}/myapp/run
359+
ExecStart=/home/{CRSid}/myapp/run.sh
360360
Restart=always
361361
```
362362

0 commit comments

Comments
 (0)