[Unit] Description=Rocket web application for serving the PeachCloud web interface. [Service] User=peach-web Group=www-data WorkingDirectory=/usr/share/peach-web Environment="ROCKET_ENV=prod" Environment="ROCKET_ADDRESS=127.0.0.1" Environment="ROCKET_PORT=3000" Environment="ROCKET_LOG=critical" Environment="RUST_LOG=info" ExecStart=/usr/bin/peach-web Restart=always [Install] WantedBy=multi-user.target