From 58fd50b2583e311df8963f20e00ae31533b9d298 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Thu, 21 Nov 2019 11:49:05 +0100 Subject: [PATCH] fixed a typo in the command --- systemd_timer_files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd_timer_files/README.md b/systemd_timer_files/README.md index a7149fd..435d163 100644 --- a/systemd_timer_files/README.md +++ b/systemd_timer_files/README.md @@ -11,7 +11,7 @@ In `pythontaskcheck.timer` replace `[[path_to_repo]]` with the absolute path to Move `pythontaskcheck.timer` and `pytontaskcheck.service` to the `$XDG_RUNTIME_DIR/systemd/user/` dir. Run the following commands to enable the scheduled execution. ``` -$ systemctl --user deamon-reload +$ systemctl --user daemon-reload $ systemctl --user enable pythontaskcheck.timer $ systemctl --user start pythontaskcheck.timer ```