瀏覽代碼

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