summaryrefslogtreecommitdiff
path: root/content/entry/dead-mans-switch.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/entry/dead-mans-switch.md')
-rw-r--r--content/entry/dead-mans-switch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/dead-mans-switch.md b/content/entry/dead-mans-switch.md
index f488d84..988d708 100644
--- a/content/entry/dead-mans-switch.md
+++ b/content/entry/dead-mans-switch.md
@@ -114,7 +114,7 @@ torify ssh [user]@[address.onion] disarm.sh
```
## Reminder
-As an added bonus you could use Cron to schedule a script notifying you before the DMS is triggered. For instance if the DMS needs disarmed on a monthly basis you could write a script that emails you a week in advance a reminder to deactivate it. Again a DMS is only effective if you don't forget to disarm it, so I wouldn't create a DMS without a notification script.
+As an added bonus you could use Cron to schedule a script notifying you before the DMS is triggered. For instance if the DMS needs to be disarmed on a monthly basis you could write a script that emails you a week in advance a reminder to deactivate it. Again a DMS is only effective if you don't forget to disarm it, so I wouldn't create a DMS without a notification script.
That's it. That's all you need to set up your own DMS.