浏览代码

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
 ```sh
 cp script/systemd/gitote.service /etc/systemd/system/
 cp script/systemd/gitote.service /etc/systemd/system/
 sudo systemctl daemon-reload
 sudo systemctl daemon-reload
+sudo systemctl enable gitote.service
 sudo systemctl restart gitote.service
 sudo systemctl restart gitote.service
 sudo systemctl status gitote.service
 sudo systemctl status gitote.service
-
-# Cron Setup
-crontab -e
-@reboot sudo systemctl restart gitote.service
 ```
 ```
 
 
 ##### Installing NGINX
 ##### Installing NGINX