This commit is contained in:
commit
ce0eb65c8e
36 changed files with 946 additions and 0 deletions
16
roles/podman_link/templates/etc/motd.d/10-data-plate.txt
Normal file
16
roles/podman_link/templates/etc/motd.d/10-data-plate.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
=========================================================
|
||||
A CDR Link instance is hosted on this server.
|
||||
Podman user: {{ podman_link_podman_rootless_user }}
|
||||
=========================================================
|
||||
# Become the podman user
|
||||
sudo -iu {{ podman_link_podman_rootless_user }}
|
||||
# Check the Link stack status
|
||||
systemctl --user status link.target
|
||||
# Restart the Link stack
|
||||
systemctl --user restart link.target
|
||||
# Follow the logs for the Link stack
|
||||
journalctl --user -fu link.slice
|
||||
# Reindex Zammad in Opensearch
|
||||
systemctl --user start zammad-reindex.service
|
||||
=========================================================
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue