WIP: Add more documentation/procedures #31

Draft
silver wants to merge 22 commits from fyp_procedures into main
Showing only changes of commit e4c06f0322 - Show all commits

View file

@ -31,13 +31,13 @@ ssh root@kitt.skynet.ie
### Once attached run these commands ### Once attached run these commands
```shell ```shell
# reboot the main process # reboot the main process
systemctl reboot skynet_ldap_backend.service systemctl restart skynet_ldap_backend.service
# Update the data (this ensures that folks are current members) # Update the data (this ensures that folks are current members)
systemctl reboot skynet_ldap_backend-update_data.service systemctl restart skynet_ldap_backend-update_data.service
# Apply the new group roles # Apply the new group roles
systemctl reboot skynet_ldap_backend-update_groups.service systemctl restart skynet_ldap_backend-update_groups.service
``` ```
### Exit the terminal. ### Exit the terminal.
```shell ```shell