Giter Site home page Giter Site logo

Comments (5)

mvanotti avatar mvanotti commented on July 29, 2024

Do you mean changing jvehent/service-go to kardianos/service?

kardianos/service removed the NewService function, and added a service.New one, but this one takes an Interface (Start, Stop) which I have yet to figure out how to adapt to our use case.

from mig.

jvehent avatar jvehent commented on July 29, 2024

Yes, that's what I mean. I looked at the new interfaces from kardianos/service a while back, but the changes were more difficult to implement than I had initially anticipated. Still, it's something to look into.

from mig.

mvanotti avatar mvanotti commented on July 29, 2024

I think we might still want to fork service package, we can use the upstream version, but there are some changes that are convenient for us:

Service package allows us to "Install" a service, giving the "Start at Boot" and "Restart on Crash" capability.

The functionallity is already working on OSX and systemd as it is.
For upstart it is just a one line change
For systemv it might be more difficult (it's changing the init script)
For windows it is a few lines change (not tested yet)

I created an issue in the Service project asking to make it configurable.

from mig.

mvanotti avatar mvanotti commented on July 29, 2024

Once that is solved, the idea would be to Create the Service and Install it on the sistem, right?

Installing it in the system implies creating the corresponding file so the process is run at startup and restarts after crashes.

Should it use a flag to specify this behaviour?

from mig.

jvehent avatar jvehent commented on July 29, 2024

I don't think a flag is needed. The current approach is a bit brute-forcy, but works: if the process isn't currently running as a service (ppid!=1), then do a remove->install->start service. At that point, a new process should be started as a service, and the current process that did the install exits.

from mig.

Related Issues (20)

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.