소스 검색

fixed a typo in the command

master
Wouter Horlings 6 년 전
부모
커밋
58fd50b258
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      systemd_timer_files/README.md

+ 1
- 1
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
```


불러오는 중...
취소
저장