Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daemon with configuration count=0 #31

Open
Jaymon opened this issue Jun 16, 2020 · 0 comments
Open

daemon with configuration count=0 #31

Jaymon opened this issue Jun 16, 2020 · 0 comments

Comments

@Jaymon
Copy link
Owner

Jaymon commented Jun 16, 2020

if you have a config like this:

    "<SERVICE_NAME>" => {
      "desc" => "...",
      "command" => "/bin/sleep 600",
      "count" => 0,
    },

It won't create a <SERVICE_NAME>.target that will work because the file will have this:

Requires =

Instead of:

Requires = <SERVICE_NAME>@1.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant