소스 검색

Remove cron and add enable and Closes #17

Yoginth 6 년 전
부모
커밋
e853472e4a
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      docs/INSTALLATION.md

+ 1 - 4
docs/INSTALLATION.md

@@ -88,12 +88,9 @@ sudo apt install node-less
 ```sh
 cp script/systemd/gitote.service /etc/systemd/system/
 sudo systemctl daemon-reload
+sudo systemctl enable gitote.service
 sudo systemctl restart gitote.service
 sudo systemctl status gitote.service
-
-# Cron Setup
-crontab -e
-@reboot sudo systemctl restart gitote.service
 ```
 
 ##### Installing NGINX