Skip to content

A small automation project to set up a syslog server, which also serves as a playground for Rust.

License

Notifications You must be signed in to change notification settings

NachtsternBuild/Syslog-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syslog-Server

  • A small automation project to set up a syslog server, which also serves as a playground for Rust.

Build

  1. Install Depends:
sudo apt install cargo
sudo snap install --classic rustup
rustup install stable
cargo install cargo-deb
  1. Build the package:
cargo run # for debugging
cargo build --release # for tests like a real release
cargo deb # build the DEB package

About

A small automation project to set up a syslog server, which also serves as a playground for Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages