WIP: Add more documentation/procedures #31
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue