fix: typo

This commit is contained in:
silver 2025-01-15 19:57:05 +00:00
parent 83a26f7f91
commit 59b80218a0
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -31,13 +31,13 @@ ssh root@kitt.skynet.ie
### Once attached run these commands
```shell
# 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)
systemctl reboot skynet_ldap_backend-update_data.service
systemctl restart skynet_ldap_backend-update_data.service
# Apply the new group roles
systemctl reboot skynet_ldap_backend-update_groups.service
systemctl restart skynet_ldap_backend-update_groups.service
```
### Exit the terminal.
```shell