Git Product home page Git Product logo

Comments (5)

wuyingsong avatar wuyingsong commented on May 28, 2024

@yezhoujie 暂时还没有,需要自己手工编译下二进制,配置方式都一样。

from owl.

yezhoujie avatar yezhoujie commented on May 28, 2024

@yezhoujie 暂时还没有,需要自己手工编译下二进制,配置方式都一样。

script/init 里面 运行 owl-cfc.init 脚本,提示 owl-cfc.init: line 16: /etc/init.d/functions: No such file or directory
Starting :owl-cfc.init: line 65: daemon: command not found

from owl.

wuyingsong avatar wuyingsong commented on May 28, 2024

@yezhoujie 这个管理脚本也是 CentOS 下的,ubuntu 下可以尝试使用 systemd 来管理服务。
systemd 配置类似如下,再使用 systemctl 操作服务即可

Description=owl-agent
After=network.target

[Service]
ExecStart=/usr/local/owl-client/client
Type=simple
StandardOutput=null

[Install]
WantedBy=default.target```

from owl.

yezhoujie avatar yezhoujie commented on May 28, 2024

@yezhoujie 这个管理脚本也是 CentOS 下的,ubuntu 下可以尝试使用 systemd 来管理服务。
类似如下,再使用 systemctl 操作服务即可

Description=owl-agent
After=network.target

[Service]
ExecStart=/usr/local/owl-client/client
Type=simple
StandardOutput=null

[Install]
WantedBy=default.target```

希望尽快出一份ubuntu的部署文档,不用一键部署,一步一步来的也好

from owl.

wuyingsong avatar wuyingsong commented on May 28, 2024

@yezhoujie 嗯,我会考虑写一个。

from owl.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.