fix: typo

This commit is contained in:
silver 2025-01-15 19:57:05 +00:00
parent 0dd83339ca
commit e4c06f0322
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

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