We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e011f commit 99f2941Copy full SHA for 99f2941
packages/st2/rpm/postinst_script.spec
@@ -2,3 +2,6 @@ set -e
2
3
# Reload systemd to run generators for unit and socket files.
4
systemctl daemon-reload
5
+
6
+systemctl restart st2api st2auth st2stream
7
+journalctl -eu st2api
0 commit comments