[Unit] Description=Webhookey After=syslog.target After=network.target [Service] RestartSec=2s Type=simple User=%u Group=%g ExecStart=webhookey Restart=always Environment=ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=8000 RUST_LOG=info # Environment=ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=8000 ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"} [Install] WantedBy=multi-user.target