Created
May 30, 2012 00:52
-
-
Save berekuk/2831864 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assuming there's one service foo which got installed to /etc/ubic/service/foo.ini. | |
| $ cd foo | |
| $ ./monger ubic start # ubic start foo | |
| I think you should just proxy (start|stop|status|...) to ubic in this case. | |
| Now the more complicated example. | |
| Let's assume your app contains multiple services: foo.first, foo.second, foo.third. | |
| $ ./monger ubic start # the same, ubic start foo - it will start all foo.* subservices | |
| $ ./monger ubic restart first # restart just foo.first |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is exactly the direction im headed in