markov: cargo build --release --features trust-x-forwarded-for strip target/release/markov install: uninstall cp -f target/release/markov /usr/local/bin/markov rc-service markov start sleep 0.2 curl -X PUT -d @default http://127.0.0.1:8001/put uninstall: -rc-service markov stop rm -f /usr/local/bin/markov