diff --git a/infrastructure_and_operations/systemd_openrc_cheatsheet.myco b/infrastructure_and_operations/systemd_openrc_cheatsheet.myco
index a4082bc..c753ce4 100644
--- a/infrastructure_and_operations/systemd_openrc_cheatsheet.myco
+++ b/infrastructure_and_operations/systemd_openrc_cheatsheet.myco
@@ -14,3 +14,3 @@ table {
| get service status | `systemctl status <servicename>` | `service <servicename> status` (do not always trust this. search the process list as well) |
-| reset crashed service | ??? | `service <servicename> zap` |
+| reset crashed service | ??? systemd is perfect, it never crashes 😇 | `service <servicename> zap` |
| where is a service's configuration file at? | usually `/etc/systemd/system/<servicename>.service`. it's listed after `Loaded:` in the output of `systemctl status <servicename>` | `/etc/init.d/<servicename>` |