Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored May 22, 2024
1 parent 85b65a9 commit e7ccafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ STRNGINX NGINXBIN('/QopenSys/pkgs/bin/nginx')
The following example submits STRNGINX to batch using a specific NGINX configured user profile of NGINX1.

```
SBMJOB CMD(STRNGINX NGINXBIN('/QopenSys/pkgs/bin/nginx') PRTSTDOUT(*YES) NGINXCONF('/QOpenSys/etc/nginx.conf'))
SBMJOB CMD(STRNGINX NGINXBIN('/QopenSys/pkgs/bin/nginx') PRTSTDOUT(*YES) NGINXCONF('/QOpenSys/etc/nginx/nginx.conf'))
JOB(STRNGINX) JOBQ(QUSRNOMAX) USER(NGINX1)
```

Expand All @@ -73,7 +73,7 @@ ENDNGINX NGINXBIN('/QopenSys/pkgs/bin/nginx')
The following example submits ENDNGINX to batch using a specific NGINX configured user profile of NGINX1.

```
SBMJOB CMD(ENDNGINX NGINXBIN('/QopenSys/pkgs/bin/nginx') PRTSTDOUT(*YES) NGINXCONF('/QOpenSys/etc/nginx.conf'))
SBMJOB CMD(ENDNGINX NGINXBIN('/QopenSys/pkgs/bin/nginx') PRTSTDOUT(*YES) NGINXCONF('/QOpenSys/etc/nginx/nginx.conf'))
JOB(ENDNGINX) JOBQ(QUSRNOMAX) USER(NGINX1)
```

Expand Down

0 comments on commit e7ccafc

Please sign in to comment.