[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