Giter VIP home page Giter VIP logo

Comments (5)

bcyran avatar bcyran commented on July 17, 2024 1

@rhoriguchi Take a look at this: #10. I think it should work just fine if you specify a timer in your config like in the example above.

from fancy-motd.

bcyran avatar bcyran commented on July 17, 2024 1

Merged! Happy using and thanks for help.

from fancy-motd.

bcyran avatar bcyran commented on July 17, 2024

I think the most intuitive solution would be to just not append the .service and allow specifying any unit names. systemctl show -p ActiveState --value {unit} actually resolves to {unit}.service by default which is the same behavior like when using e.g. systemctl status {unit}. It also works correctly for other unit types like {unit}.timer or {unit}.socket.

We would only have to come up with different way than systemctl list-unit-files to check whether the unit exists at all.

from fancy-motd.

rhoriguchi avatar rhoriguchi commented on July 17, 2024

I think the most intuitive solution would be to just not append the .service and allow specifying any unit names. systemctl show -p ActiveState --value {unit} actually resolves to {unit}.service by default which is the same behavior like when using e.g. systemctl status {unit}. It also works correctly for other unit types like {unit}.timer or {unit}.socket.

We would only have to come up with different way than systemctl list-unit-files to check whether the unit exists at all.

Sadly that does not work, probably some if with some ands. I'll try to work on something this weekend.

image

from fancy-motd.

bcyran avatar bcyran commented on July 17, 2024

Sorry if I wasn't clear enough, I just meant that if we don't append .service then you could put this in config:

services["duckdns.timer"]="Duck DNS"

from fancy-motd.

Related Issues (7)

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.