rustweb 0.2.4

Rust-based web server
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Rust web Server

[Service]
WorkingDirectory=/home/ubuntu/projects
# ExecStart=/home/ubuntu/.cargo/bin/rustdb-axum-example 0.0.0.0:3000
# ExecStart=/home/ubuntu/rust/axumtest/target/release/rustdb-axum-example 0.0.0.0:3000
ExecStart=/home/ubuntu/rust/rustweb/target/release/rustweb 3000 --mem 2

[Install]

WantedBy=multi-user.target