安装说明.txt 602 B

12345678910111213
  1. version: v1.0.0
  2. install.sh脚本用于自动将watch-daemon安装在/opt/watch-daemon/watch-daemon下
  3. 如存在旧版本文件需要重新命名
  4. (以下操作均需通过root用户执行)
  5. 1. chmod +x *.sh给脚本可执行权限
  6. 2. 执行./install.sh安装watch-daemon
  7. 3. 进入/opt/watch-daemon/watch-daemon路径下,完成授权操作
  8. 4. 至此watch-daemon可作为watch-daemon服务运行
  9. 启动:systemctl start watch-daemon
  10. 停止:systemctl stop watch-daemon
  11. 重启: systemctl restart watch-daemon
  12. 查看状态:systemctl status watch-daemon
  13. 开机自启:systemctl enable watch-daemon