From 22444df27097f45816cbe0a38048eb82069df6ea Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 3 Sep 2024 11:39:43 -0500 Subject: [PATCH] Document how to restart server --- examples/etc/pgwui.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/etc/pgwui.yaml b/examples/etc/pgwui.yaml index 08b95d5..adac78d 100644 --- a/examples/etc/pgwui.yaml +++ b/examples/etc/pgwui.yaml @@ -2,6 +2,8 @@ # PGWUI_Server configuration # # Configuration changes require a server restart! +# yamllint /etc/pgwui.yaml +# systemctl restart pgwui_server # (Unless you've done something not recommended to start the server.) # # http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html -- 2.34.1