mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-27 08:04:32 +00:00
Merge branch 'main' of github.com:QuasarApp/Patronum
This commit is contained in:
commit
51bddbff8d
14
README.md
14
README.md
@ -1,6 +1,8 @@
|
||||
# Patronum
|
||||
|
||||
This is extension libraries for control your daemons.
|
||||
This is extension libraries for control your daemons and rervices. This library will save you the time you spend building and deploying server daemons or services.
|
||||
|
||||
If you want to get more inforamtion about library see our [documentation](https://quasarapp.ddns.net:3031/docs/QuasarApp/Patronum/latest/)
|
||||
|
||||
### Why is Patronum?
|
||||
|
||||
@ -9,9 +11,19 @@ Becouse This library offers easy interface to control your demons likewise the m
|
||||
## Main features
|
||||
|
||||
* Support linux systemd daemons.
|
||||
* Deploy and install your services on the host.
|
||||
* Auto create a Service from your server or yor daemon utility.
|
||||
* Auto create a Controller of your Service.
|
||||
|
||||
## Deffault sopprted commands
|
||||
* install - deploys your daemon into your host system.
|
||||
* unistall - removes old deployed daemon.
|
||||
* start - starts your service
|
||||
* stop - stops ypur service
|
||||
* pause - sends pause command to your daemon
|
||||
* upause (resume) - sends resume coomand to your daemon
|
||||
|
||||
|
||||
## Include
|
||||
|
||||
### For cmake projects
|
||||
|
Loading…
x
Reference in New Issue
Block a user