Skip to content

A process manager for game servers and services written in Rust.

License

Notifications You must be signed in to change notification settings

Kyagara/crescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌙crescent

A process manager for game servers and services.

Wiki

Check the wiki for available commands and a lot more info!

Install:

You can either get artifacts from recent workflows, binaries from releases or install using cargo (recommended):

cargo install crescent-cli
## or
cargo install --git https://github.com/Kyagara/crescent

When installing crescent using cargo, default profiles will be created in crescent's main directory: <home>/.crescent/.

Applications files, profiles and any important file is located in crescent's main directory.

Todo

  • More tests, 85% target.
  • Reduce unwraps
  • Restart command
  • Async
  • Attach/Log command watches the log file with the notify crate, it could use the application socket to receive new lines instead
  • Log rotation