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

Support launch of subservice #33

Closed
wilfriedroset opened this issue May 13, 2016 · 1 comment
Closed

Support launch of subservice #33

wilfriedroset opened this issue May 13, 2016 · 1 comment

Comments

@wilfriedroset
Copy link

It is currently not possible to launch subservice

services:
    group:
        services:
            'svc1':
                actions:
                    start:
                        cmd: service one start
            'svc2':
                actions:
                    start:
                        cmd: service two start

milkcheck -c . -n foo group.svc2 status
[10:08:30] ERROR    - Undefined service [group.svc2]
milkcheck -c . -n foo svc2 status
[10:09:40] ERROR    - Undefined service [svc2]

It would be useful to be able to launch only subservices

@wilfriedroset
Copy link
Author

duplicate #5 sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants