Skip to content

Commit

Permalink
docs: fix cp uwsgi services command
Browse files Browse the repository at this point in the history
Fix cp command to copy examples of uWSGI services provided in Slurm-web
packages.

fix #448
  • Loading branch information
rezib committed Feb 4, 2025
1 parent 830f7bf commit 867c2fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(vite).
- pkgs: Bump dependency to RFL.web 1.3.0 to fix access to restricted endpoints
with anonymous token or no token (#460,#462#461).
- docs: Fix cp command to copy examples of uWSGI services provided in Slurm-web
packages (#448).

## [4.0.0] - 2024-11-28

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/conf/partials/uwsgi-services-http.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copy examples of uWSGI services provided in Slurm-web packages:

[source,console]
----
# cp -v /usr/share/slurm-web/wsgi/agent/slurm-web-{agent,gateway}-uwsgi.service /etc/systemd/system/
# cp -v /usr/share/slurm-web/wsgi/*/slurm-web-{agent,gateway}-uwsgi.service /etc/systemd/system/
----

Edit [.path]#`/etc/systemd/system/slurm-web-gateway-uwsgi.service`# to force
Expand Down
3 changes: 1 addition & 2 deletions docs/modules/conf/partials/uwsgi-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Copy examples of uWSGI services provided in Slurm-web packages and reload units:

[source,console]
----
# cp -v /usr/share/slurm-web/wsgi/agent/slurm-web-{gateway,agent}-uwsgi.service \
/etc/systemd/system/
# cp -v /usr/share/slurm-web/wsgi/*/slurm-web-{agent,gateway}-uwsgi.service /etc/systemd/system/
# systemctl daemon-reload
----

Expand Down

0 comments on commit 867c2fa

Please sign in to comment.