You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Žinoma makes it possible to define services and use them as dependencies of other targets. At the moment, a service is specified as a script to run. That script will be killed as Žinoma exits. In watch mode, Žinoma restarts services by killing and starting them again.
Žinoma could also accept services accessible as daemons.
These services can usually be operated by a set of commands (start, stop, and sometimes restart). For instance:
Žinoma makes it possible to define services and use them as dependencies of other targets. At the moment, a service is specified as a script to run. That script will be killed as Žinoma exits. In watch mode, Žinoma restarts services by killing and starting them again.
Žinoma could also accept services accessible as daemons.
These services can usually be operated by a set of commands (start, stop, and sometimes restart). For instance:
The text was updated successfully, but these errors were encountered: